#0CB097

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

Shades of Persian Green #0CB097

Tints of Persian Green #0CB097

Color information

#0CB097 (or 0x0CB097) is unknown color: approx Persian Green. HEX triplet: 0C, B0 and 97. RGB value is (12,176,151). Sum of RGB (Red+Green+Blue) = 12+176+151=339 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.54% from 339); Green value is 176 (69.14% from 255 or 51.92% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 176 - color contains mainly: green. Hex color #0CB097 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CB097 is #F34F68. Grayscale: #7C7C7C. Windows color (decimal): -15945577 or 9941004. OLE color: 9941004.

HSL color Cylindrical-coordinate representation of color #0CB097: hue angle of 170.85º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB097 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB12176151-
CMYK0.9300.140.31
HSL170.85º87.23%36.86%-
HSV(B)170.85º93.18%69.02%-
XYZ21.2633.3634.6-
YUV124.11143.1748.03-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.54%
GREEN value IS 176 (69.14% from 255) = 51.92%
BLUE value IS 151 (59.38% from 255) = 44.54%
R=3.54%
G=51.92%
B=44.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121761510.9300.140.31170.8587.2336.86
HexCB0975D0E1Fab5725
Octal142602271350163725312745
Binary1100101100001001011110111010111011111101010111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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