#0C989B

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

Shades of Persian Green #0C989B

Tints of Persian Green #0C989B

Color information

#0C989B (or 0x0C989B) is unknown color: approx Persian Green. HEX triplet: 0C, 98 and 9B. RGB value is (12,152,155). Sum of RGB (Red+Green+Blue) = 12+152+155=319 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.76% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C989B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C989B is #F36764. Grayscale: #6E6E6E. Windows color (decimal): -15951717 or 10197004. OLE color: 10197004.

HSL color Cylindrical-coordinate representation of color #0C989B: hue angle of 181.26º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C989B is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12152155-
CMYK0.920.0200.39
HSL181.26º85.63%32.75%-
HSV(B)181.26º92.26%60.78%-
XYZ17.324.934.91-
YUV110.48153.1257.76-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.76%
GREEN value IS 152 (59.77% from 255) = 47.65%
BLUE value IS 155 (60.94% from 255) = 48.59%
R=3.76%
G=47.65%
B=48.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121521550.920.0200.39181.2685.6332.75
HexC989B5C2027b55621
Octal14230233134204726512641
Binary110010011000100110111011100100100111101101011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,152,155); }

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

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

 a { background-color: rgb(12,152,155); }

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

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

 span { border-color: rgb(12,152,155); }

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