#12765B

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

Shades of Deep Sea #12765B

Tints of Deep Sea #12765B

Color information

#12765B (or 0x12765B) is unknown color: approx Deep Sea. HEX triplet: 12, 76 and 5B. RGB value is (18,118,91). Sum of RGB (Red+Green+Blue) = 18+118+91=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #12765B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12765B is #ED89A4. Grayscale: #555555. Windows color (decimal): -15567269 or 5994002. OLE color: 5994002.

HSL color Cylindrical-coordinate representation of color #12765B: hue angle of 163.8º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12765B is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB1811891-
CMYK0.8500.230.54
HSL163.8º73.53%26.67%-
HSV(B)163.8º84.75%46.27%-
XYZ8.6213.8412.11-
YUV85.02131.3780.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 118 (46.48% from 255) = 51.98%
BLUE value IS 91 (35.94% from 255) = 40.09%
R=7.93%
G=51.98%
B=40.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18118910.8500.230.54163.873.5326.67
Hex12765B5501736a44a1b
Octal221661331250276624411233
Binary1001011101101011011101010101011111011010100100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12765B; }

 p { color: rgb(18,118,91); }

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

<style>
 a { background-color: #12765B; }

 a { background-color: rgb(18,118,91); }

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

<style>
 span { border-color: #12765B; }

 span { border-color: rgb(18,118,91); }

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