Html Css Color HEX #0CAB9B Persian Green

📋 copy color: '#0CAB9B'

red 12 ◦ green 171 ◦ blue 155

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

Shades of Persian Green #0CAB9B

Tints of Persian Green #0CAB9B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50.59%

 BLUE value IS 155 (60.94% from 255) = 45.86%

R = 3.55%
G = 50.59%
B = 45.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#0CAB9B (or 0x0CAB9B) is known color: Persian Green. HEX triplet: 0C, AB and 9B. RGB value is (12,171,155). Sum of RGB (Red+Green+Blue) = 12+171+155=338 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.55% from 338); Green value is 171 (67.19% from 255 or 50.59% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAB9B is #F35464. Grayscale: #797979. Windows color (decimal): -15946853 or 10201868. OLE color: 10201868.

HSL color Cylindrical-coordinate representation of color #0CAB9B: hue angle of 173.96º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAB9B is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 171 155 -
CMYK 0.93 0 0.09 0.33
HSL 173.96º 0.87% 0.36% -
HSV(B) 173.96º 0.93% 0.67% -
XYZ 20.63 31.57 36.02 -
YUV 121.64 146.82 49.8 -
System Red Green Blue C M Y K H S L
Decimal 12 171 155 0.93 0 0.09 0.33 173.96 0.87 0.36
Hex C AB 9B 5D 0 9 21 AE 57 24
Octal 14 253 233 135 0 11 41 256 127 44
Binary 1100 10101011 10011011 1011101 0 1001 100001 10101110 1010111 100100

Color Harmonies of #0CAB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB9B

Black with #0CAB9B

Text Example


Text Example

White with #0CAB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,171,155); }

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

background-color css

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

 a { background-color: rgb(12,171,155); }

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

border-color css

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

 span { border-color: rgb(12,171,155); }

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