Html Css Color HEX #0CAF9C Persian Green

📋 copy color: '#0CAF9C'

red 12 ◦ green 175 ◦ blue 156

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

Shades of Persian Green #0CAF9C

Tints of Persian Green #0CAF9C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 51.02%

 BLUE value IS 156 (61.33% from 255) = 45.48%

R = 3.5%
G = 51.02%
B = 45.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#0CAF9C (or 0x0CAF9C) is known color: Persian Green. HEX triplet: 0C, AF and 9C. RGB value is (12,175,156). Sum of RGB (Red+Green+Blue) = 12+175+156=343 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.50% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAF9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAF9C is #F35063. Grayscale: #7C7C7C. Windows color (decimal): -15945828 or 10268428. OLE color: 10268428.

HSL color Cylindrical-coordinate representation of color #0CAF9C: hue angle of 173.01º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAF9C is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 12 175 156 -
CMYK 0.93 0 0.11 0.31
HSL 173.01º 0.87% 0.37% -
HSV(B) 173.01º 0.93% 0.69% -
XYZ 21.48 33.14 36.72 -
YUV 124.1 146 48.04 -
System Red Green Blue C M Y K H S L
Decimal 12 175 156 0.93 0 0.11 0.31 173.01 0.87 0.37
Hex C AF 9C 5D 0 B 1F AD 57 25
Octal 14 257 234 135 0 13 37 255 127 45
Binary 1100 10101111 10011100 1011101 0 1011 11111 10101101 1010111 100101

Color Harmonies of #0CAF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAF9C

Black with #0CAF9C

Text Example


Text Example

White with #0CAF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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