#0C9997

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

Shades of Persian Green #0C9997

Tints of Persian Green #0C9997

Color information

#0C9997 (or 0x0C9997) is unknown color: approx Persian Green. HEX triplet: 0C, 99 and 97. RGB value is (12,153,151). Sum of RGB (Red+Green+Blue) = 12+153+151=316 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.80% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #0C9997 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9997 is #F36668. Grayscale: #6E6E6E. Windows color (decimal): -15951465 or 9935116. OLE color: 9935116.

HSL color Cylindrical-coordinate representation of color #0C9997: hue angle of 179.15º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9997 is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB12153151-
CMYK0.9200.010.4
HSL179.15º85.45%32.35%-
HSV(B)179.15º92.16%60%-
XYZ17.1325.0933.22-
YUV110.61150.7957.66-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.80%
GREEN value IS 153 (60.16% from 255) = 48.42%
BLUE value IS 151 (59.38% from 255) = 47.78%
R=3.80%
G=48.42%
B=47.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal121531510.9200.010.4179.1585.4532.35
HexC99975C0128b35520
Octal14231227134015026312540
Binary11001001100110010111101110001101000101100111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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