#0CAE9C

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

Shades of Persian Green #0CAE9C

Tints of Persian Green #0CAE9C

Color information

#0CAE9C (or 0x0CAE9C) is unknown color: approx Persian Green. HEX triplet: 0C, AE and 9C. RGB value is (12,174,156). Sum of RGB (Red+Green+Blue) = 12+174+156=342 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.51% from 342); Green value is 174 (68.36% from 255 or 50.88% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAE9C is #F35163. Grayscale: #7B7B7B. Windows color (decimal): -15946084 or 10268172. OLE color: 10268172.

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

Color convert

RGB12174156-
CMYK0.9300.100.32
HSL173.33º87.1%36.47%-
HSV(B)173.33º93.1%68.24%-
XYZ21.2932.7536.65-
YUV123.51146.3348.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.51%
GREEN value IS 174 (68.36% from 255) = 50.88%
BLUE value IS 156 (61.33% from 255) = 45.61%
R=3.51%
G=50.88%
B=45.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121741560.9300.100.32173.3387.136.47
HexCAE9C5D0A20ad5724
Octal142562341350124025512744
Binary11001010111010011100101110101010100000101011011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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