Html Css Color HEX #0CAA8C Persian Green

📋 copy color: '#0CAA8C'

red 12 ◦ green 170 ◦ blue 140

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

Shades of Persian Green #0CAA8C

Tints of Persian Green #0CAA8C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 52.8%

 BLUE value IS 140 (55.08% from 255) = 43.48%

R = 3.73%
G = 52.8%
B = 43.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#0CAA8C (or 0x0CAA8C) is known color: Persian Green. HEX triplet: 0C, AA and 8C. RGB value is (12,170,140). Sum of RGB (Red+Green+Blue) = 12+170+140=322 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.73% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAA8C is #F35573. Grayscale: #777777. Windows color (decimal): -15947124 or 9218572. OLE color: 9218572.

HSL color Cylindrical-coordinate representation of color #0CAA8C: hue angle of 168.61º 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 #0CAA8C is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 170 140 -
CMYK 0.93 0 0.18 0.33
HSL 168.61º 0.87% 0.36% -
HSV(B) 168.61º 0.93% 0.67% -
XYZ 19.26 30.72 29.73 -
YUV 119.34 139.65 51.44 -
System Red Green Blue C M Y K H S L
Decimal 12 170 140 0.93 0 0.18 0.33 168.61 0.87 0.36
Hex C AA 8C 5D 0 12 21 A9 57 24
Octal 14 252 214 135 0 22 41 251 127 44
Binary 1100 10101010 10001100 1011101 0 10010 100001 10101001 1010111 100100

Color Harmonies of #0CAA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAA8C

Black with #0CAA8C

Text Example


Text Example

White with #0CAA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,170,140); }

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

background-color css

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

 a { background-color: rgb(12,170,140); }

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

border-color css

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

 span { border-color: rgb(12,170,140); }

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