Html Css Color HEX #0CAA9B Persian Green

📋 copy color: '#0CAA9B'

red 12 ◦ green 170 ◦ blue 155

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

Shades of Persian Green #0CAA9B

Tints of Persian Green #0CAA9B

RGB

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

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

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

R = 3.56%
G = 50.45%
B = 45.99%

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

#0CAA9B (or 0x0CAA9B) is known color: Persian Green. HEX triplet: 0C, AA and 9B. RGB value is (12,170,155). Sum of RGB (Red+Green+Blue) = 12+170+155=337 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.56% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAA9B is #F35564. Grayscale: #787878. Windows color (decimal): -15947109 or 10201612. OLE color: 10201612.

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

Color convert

RGB 12 170 155 -
CMYK 0.93 0 0.09 0.33
HSL 174.3º 0.87% 0.36% -
HSV(B) 174.3º 0.93% 0.67% -
XYZ 20.44 31.19 35.95 -
YUV 121.05 147.15 50.22 -
System Red Green Blue C M Y K H S L
Decimal 12 170 155 0.93 0 0.09 0.33 174.3 0.87 0.36
Hex C AA 9B 5D 0 9 21 AE 57 24
Octal 14 252 233 135 0 11 41 256 127 44
Binary 1100 10101010 10011011 1011101 0 1001 100001 10101110 1010111 100100

Color Harmonies of #0CAA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAA9B

Black with #0CAA9B

Text Example


Text Example

White with #0CAA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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