#0CB697

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

Shades of Persian Green #0CB697

Tints of Persian Green #0CB697

Color information

#0CB697 (or 0x0CB697) is unknown color: approx Persian Green. HEX triplet: 0C, B6 and 97. RGB value is (12,182,151). Sum of RGB (Red+Green+Blue) = 12+182+151=345 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.48% from 345); Green value is 182 (71.48% from 255 or 52.75% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB697 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB697 is #F34968. Grayscale: #7F7F7F. Windows color (decimal): -15944041 or 9942540. OLE color: 9942540.

HSL color Cylindrical-coordinate representation of color #0CB697: hue angle of 169.06º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB697 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB12182151-
CMYK0.9300.170.29
HSL169.06º87.63%38.04%-
HSV(B)169.06º93.41%71.37%-
XYZ22.4735.7735-
YUV127.64141.1845.52-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.48%
GREEN value IS 182 (71.48% from 255) = 52.75%
BLUE value IS 151 (59.38% from 255) = 43.77%
R=3.48%
G=52.75%
B=43.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121821510.9300.170.29169.0687.6338.04
HexCB6975D0111Da95826
Octal142662271350213525113046
Binary11001011011010010111101110101000111101101010011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,182,151); }

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

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

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

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

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

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

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