Html Css Color HEX #0CA7A0 Persian Green

📋 copy color: '#0CA7A0'

red 12 ◦ green 167 ◦ blue 160

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

Shades of Persian Green #0CA7A0

Tints of Persian Green #0CA7A0

RGB

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

 GREEN value IS 167 (65.63% from 255) = 49.26%

 BLUE value IS 160 (62.89% from 255) = 47.2%

R = 3.54%
G = 49.26%
B = 47.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#0CA7A0 (or 0x0CA7A0) is known color: Persian Green. HEX triplet: 0C, A7 and A0. RGB value is (12,167,160). Sum of RGB (Red+Green+Blue) = 12+167+160=339 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.54% from 339); Green value is 167 (65.62% from 255 or 49.26% from 339); Blue value is 160 (62.89% from 255 or 47.20% from 339); Max value from RGB is 167 - color contains mainly: green. Hex color #0CA7A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA7A0 is #F3585F. Grayscale: #777777. Windows color (decimal): -15947872 or 10528524. OLE color: 10528524.

HSL color Cylindrical-coordinate representation of color #0CA7A0: hue angle of 177.29º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA7A0 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 12 167 160 -
CMYK 0.93 0 0.04 0.35
HSL 177.29º 0.87% 0.35% -
HSV(B) 177.29º 0.93% 0.65% -
XYZ 20.32 30.25 38.03 -
YUV 119.86 150.65 51.07 -
System Red Green Blue C M Y K H S L
Decimal 12 167 160 0.93 0 0.04 0.35 177.29 0.87 0.35
Hex C A7 A0 5D 0 4 23 B1 57 23
Octal 14 247 240 135 0 4 43 261 127 43
Binary 1100 10100111 10100000 1011101 0 100 100011 10110001 1010111 100011

Color Harmonies of #0CA7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA7A0

Black with #0CA7A0

Text Example


Text Example

White with #0CA7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,167,160); }

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

background-color css

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

 a { background-color: rgb(12,167,160); }

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

border-color css

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

 span { border-color: rgb(12,167,160); }

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