#0cae8f

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

Shades of Persian Green #0CAE8F

Tints of Persian Green #0CAE8F

Color information

#0CAE8F (or 0x0CAE8F) is unknown color: approx Persian Green. HEX triplet: 0C, AE and 8F. RGB value is (12,174,143). Sum of RGB (Red+Green+Blue) = 12+174+143=329 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.65% from 329); Green value is 174 (68.36% from 255 or 52.89% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAE8F is #F35170. Grayscale: #797979. Windows color (decimal): -15946097 or 9416204. OLE color: 9416204.

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

Color convert

RGB12174143-
CMYK0.9300.180.32
HSL168.52º87.1%36.47%-
HSV(B)168.52º93.1%68.24%-
XYZ20.2532.3331.16-
YUV122.03139.8349.52-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.65%
GREEN value IS 174 (68.36% from 255) = 52.89%
BLUE value IS 143 (56.25% from 255) = 43.47%
R=3.65%
G=52.89%
B=43.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121741430.9300.180.32168.5287.136.47
HexCAE8F5D01220a95724
Octal142562171350224025112744
Binary110010101110100011111011101010010100000101010011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cae8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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