#0CA0A0

Color #0CA0A0 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #0CA0A0

Tints of Persian Green #0CA0A0

Color information

#0CA0A0 (or 0x0CA0A0) is unknown color: approx Persian Green. HEX triplet: 0C, A0 and A0. RGB value is (12,160,160). Sum of RGB (Red+Green+Blue) = 12+160+160=332 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.61% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 160 (62.89% from 255 or 48.19% from 332); Max value from RGB is 160 - color contains mainly: green, blue. Hex color #0CA0A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA0A0 is #F35F5F. Grayscale: #737373. Windows color (decimal): -15949664 or 10526732. OLE color: 10526732.

HSL color Cylindrical-coordinate representation of color #0CA0A0: hue angle of 180º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA0A0 is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12160160-
CMYK0.93000.37
HSL180º86.05%33.73%-
HSV(B)180º92.5%62.75%-
XYZ19.0727.7637.61-
YUV115.75152.9754-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.61%
GREEN value IS 160 (62.89% from 255) = 48.19%
BLUE value IS 160 (62.89% from 255) = 48.19%
R=3.61%
G=48.19%
B=48.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal121601600.93000.3718086.0533.73
HexCA0A05D0025b45622
Octal14240240135004526412642
Binary11001010000010100000101110100100101101101001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0CA0A0;
 }
 .AnyTagClassName
 {
   color: #0CA0A0;
 }
</style>
background-color css

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

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

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

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

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

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