#12755E

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

Shades of Deep Sea #12755E

Tints of Deep Sea #12755E

Color information

#12755E (or 0x12755E) is unknown color: approx Deep Sea. HEX triplet: 12, 75 and 5E. RGB value is (18,117,94). Sum of RGB (Red+Green+Blue) = 18+117+94=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #12755E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12755E is #ED8AA1. Grayscale: #545454. Windows color (decimal): -15567522 or 6190354. OLE color: 6190354.

HSL color Cylindrical-coordinate representation of color #12755E: hue angle of 166.06º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12755E is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1811794-
CMYK0.8500.200.54
HSL166.06º73.33%26.47%-
HSV(B)166.06º84.62%45.88%-
XYZ8.6313.6612.77-
YUV84.78133.280.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.86%
GREEN value IS 117 (46.09% from 255) = 51.09%
BLUE value IS 94 (37.11% from 255) = 41.05%
R=7.86%
G=51.09%
B=41.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18117940.8500.200.54166.0673.3326.47
Hex12755E5501436a6491a
Octal221651361250246624611132
Binary1001011101011011110101010101010011011010100110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12755E; }

 p { color: rgb(18,117,94); }

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

<style>
 a { background-color: #12755E; }

 a { background-color: rgb(18,117,94); }

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

<style>
 span { border-color: #12755E; }

 span { border-color: rgb(18,117,94); }

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