#12765A

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

Shades of Deep Sea #12765A

Tints of Deep Sea #12765A

Color information

#12765A (or 0x12765A) is unknown color: approx Deep Sea. HEX triplet: 12, 76 and 5A. RGB value is (18,118,90). Sum of RGB (Red+Green+Blue) = 18+118+90=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #12765A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12765A is #ED89A5. Grayscale: #545454. Windows color (decimal): -15567270 or 5928466. OLE color: 5928466.

HSL color Cylindrical-coordinate representation of color #12765A: hue angle of 163.2º 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 #12765A is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB1811890-
CMYK0.8500.240.54
HSL163.2º73.53%26.67%-
HSV(B)163.2º84.75%46.27%-
XYZ8.5713.8211.89-
YUV84.91130.8780.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.96%
GREEN value IS 118 (46.48% from 255) = 52.21%
BLUE value IS 90 (35.55% from 255) = 39.82%
R=7.96%
G=52.21%
B=39.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18118900.8500.240.54163.273.5326.67
Hex12765A5501836a34a1b
Octal221661321250306624311233
Binary1001011101101011010101010101100011011010100011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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