Html Css Color HEX #0CAF9F Persian Green

📋 copy color: '#0CAF9F'

red 12 ◦ green 175 ◦ blue 159

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

Shades of Persian Green #0CAF9F

Tints of Persian Green #0CAF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.95%

R = 3.47%
G = 50.58%
B = 45.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#0CAF9F (or 0x0CAF9F) is known color: Persian Green. HEX triplet: 0C, AF and 9F. RGB value is (12,175,159). Sum of RGB (Red+Green+Blue) = 12+175+159=346 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.47% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAF9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAF9F is #F35060. Grayscale: #7C7C7C. Windows color (decimal): -15945825 or 10465036. OLE color: 10465036.

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

Color convert

RGB 12 175 159 -
CMYK 0.93 0 0.09 0.31
HSL 174.11º 0.87% 0.37% -
HSV(B) 174.11º 0.93% 0.69% -
XYZ 21.74 33.24 38.07 -
YUV 124.44 147.5 47.8 -
System Red Green Blue C M Y K H S L
Decimal 12 175 159 0.93 0 0.09 0.31 174.11 0.87 0.37
Hex C AF 9F 5D 0 9 1F AE 57 25
Octal 14 257 237 135 0 11 37 256 127 45
Binary 1100 10101111 10011111 1011101 0 1001 11111 10101110 1010111 100101

Color Harmonies of #0CAF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAF9F

Black with #0CAF9F

Text Example


Text Example

White with #0CAF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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