Html Css Color HEX #0CAF9A Persian Green

📋 copy color: '#0CAF9A'

red 12 ◦ green 175 ◦ blue 154

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

Shades of Persian Green #0CAF9A

Tints of Persian Green #0CAF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.16%

R = 3.52%
G = 51.32%
B = 45.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#0CAF9A (or 0x0CAF9A) is known color: Persian Green. HEX triplet: 0C, AF and 9A. RGB value is (12,175,154). Sum of RGB (Red+Green+Blue) = 12+175+154=341 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.52% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAF9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAF9A is #F35065. Grayscale: #7B7B7B. Windows color (decimal): -15945830 or 10137356. OLE color: 10137356.

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

Color convert

RGB 12 175 154 -
CMYK 0.93 0 0.12 0.31
HSL 172.27º 0.87% 0.37% -
HSV(B) 172.27º 0.93% 0.69% -
XYZ 21.31 33.07 35.83 -
YUV 123.87 145 48.21 -
System Red Green Blue C M Y K H S L
Decimal 12 175 154 0.93 0 0.12 0.31 172.27 0.87 0.37
Hex C AF 9A 5D 0 C 1F AC 57 25
Octal 14 257 232 135 0 14 37 254 127 45
Binary 1100 10101111 10011010 1011101 0 1100 11111 10101100 1010111 100101

Color Harmonies of #0CAF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAF9A

Black with #0CAF9A

Text Example


Text Example

White with #0CAF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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