#0C8264

Color #0C8264 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #0C8264

Tints of Deep Sea #0C8264

Color information

#0C8264 (or 0x0C8264) is unknown color: approx Deep Sea. HEX triplet: 0C, 82 and 64. RGB value is (12,130,100). Sum of RGB (Red+Green+Blue) = 12+130+100=242 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.96% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #0C8264 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8264 is #F37D9B. Grayscale: #5B5B5B. Windows color (decimal): -15957404 or 6586892. OLE color: 6586892.

HSL color Cylindrical-coordinate representation of color #0C8264: hue angle of 164.75º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8264 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB12130100-
CMYK0.9100.230.49
HSL164.75º83.1%27.84%-
HSV(B)164.75º90.77%50.98%-
XYZ10.4316.9614.78-
YUV91.3132.9171.44-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.96%
GREEN value IS 130 (51.17% from 255) = 53.72%
BLUE value IS 100 (39.45% from 255) = 41.32%
R=4.96%
G=53.72%
B=41.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121301000.9100.230.49164.7583.127.84
HexC82645B01731a5531c
Octal142021441330276124512334
Binary1100100000101100100101101101011111000110100101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,130,100); }

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

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

 a { background-color: rgb(12,130,100); }

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

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

 span { border-color: rgb(12,130,100); }

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