#0CAC8F

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

Shades of Persian Green #0CAC8F

Tints of Persian Green #0CAC8F

Color information

#0CAC8F (or 0x0CAC8F) is unknown color: approx Persian Green. HEX triplet: 0C, AC and 8F. RGB value is (12,172,143). Sum of RGB (Red+Green+Blue) = 12+172+143=327 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.67% from 327); Green value is 172 (67.58% from 255 or 52.60% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAC8F is #F35370. Grayscale: #787878. Windows color (decimal): -15946609 or 9415692. OLE color: 9415692.

HSL color Cylindrical-coordinate representation of color #0CAC8F: hue angle of 169.12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAC8F is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB12172143-
CMYK0.9300.170.33
HSL169.12º86.96%36.08%-
HSV(B)169.12º93.02%67.45%-
XYZ19.8631.5731.03-
YUV120.85140.4950.36-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.67%
GREEN value IS 172 (67.58% from 255) = 52.60%
BLUE value IS 143 (56.25% from 255) = 43.73%
R=3.67%
G=52.60%
B=43.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121721430.9300.170.33169.1286.9636.08
HexCAC8F5D01121a95724
Octal142542171350214125112744
Binary110010101100100011111011101010001100001101010011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,172,143); }

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

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

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

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

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

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

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