#0C8265

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

Shades of Deep Sea #0C8265

Tints of Deep Sea #0C8265

Color information

#0C8265 (or 0x0C8265) is unknown color: approx Deep Sea. HEX triplet: 0C, 82 and 65. RGB value is (12,130,101). Sum of RGB (Red+Green+Blue) = 12+130+101=243 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.94% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #0C8265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8265 is #F37D9A. Grayscale: #5B5B5B. Windows color (decimal): -15957403 or 6652428. OLE color: 6652428.

HSL color Cylindrical-coordinate representation of color #0C8265: hue angle of 165.25º 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 #0C8265 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB12130101-
CMYK0.9100.220.49
HSL165.25º83.1%27.84%-
HSV(B)165.25º90.77%50.98%-
XYZ10.4816.9815.04-
YUV91.41133.4171.36-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.94%
GREEN value IS 130 (51.17% from 255) = 53.50%
BLUE value IS 101 (39.84% from 255) = 41.56%
R=4.94%
G=53.50%
B=41.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121301010.9100.220.49165.2583.127.84
HexC82655B01631a5531c
Octal142021451330266124512334
Binary1100100000101100101101101101011011000110100101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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