Html Css Color HEX #0C9C9E Persian Green

📋 copy color: '#0C9C9E'

red 12 ◦ green 156 ◦ blue 158

#0C9C9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #0C9C9E

Tints of Persian Green #0C9C9E

RGB

 RED value IS 12 (5.08% from 255) = 3.68%

 GREEN value IS 156 (61.33% from 255) = 47.85%

 BLUE value IS 158 (62.11% from 255) = 48.47%

R = 3.68%
G = 47.85%
B = 48.47%

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0C9C9E (or 0x0C9C9E) is known color: Persian Green. HEX triplet: 0C, 9C and 9E. RGB value is (12,156,158). Sum of RGB (Red+Green+Blue) = 12+156+158=326 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.68% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #0C9C9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9C9E is #F36361. Grayscale: #717171. Windows color (decimal): -15950690 or 10394636. OLE color: 10394636.

HSL color Cylindrical-coordinate representation of color #0C9C9E: hue angle of 180.82º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9C9E is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 12 156 158 -
CMYK 0.92 0.01 0 0.38
HSL 180.82º 0.86% 0.33% -
HSV(B) 180.82º 0.92% 0.62% -
XYZ 18.21 26.32 36.47 -
YUV 113.17 153.29 55.84 -
System Red Green Blue C M Y K H S L
Decimal 12 156 158 0.92 0.01 0 0.38 180.82 0.86 0.33
Hex C 9C 9E 5C 1 0 26 B5 56 21
Octal 14 234 236 134 1 0 46 265 126 41
Binary 1100 10011100 10011110 1011100 1 0 100110 10110101 1010110 100001

Color Harmonies of #0C9C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9C9E

Black with #0C9C9E

Text Example


Text Example

White with #0C9C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C9C9E; }

 p { color: rgb(12,156,158); }

 H1.HeaderClassName
 {
   color: #0C9C9E;
 }
 .AnyTagClassName
 {
   color: #0C9C9E;
 }
</style>

background-color css

<style>
 a { background-color: #0C9C9E; }

 a { background-color: rgb(12,156,158); }

 div.DivClassName
 {
   background-color: #0C9C9E;
 }
 .BgClassName
 {
   background-color: #0C9C9E;
 }
</style>

border-color css

<style>
 span { border-color: #0C9C9E; }

 span { border-color: rgb(12,156,158); }

 td.TdClassName
 {
   border-color: #0C9C9E;
 }
 .TagClassName
 {
   border-color: #0C9C9E;
 }
</style>