#12795B

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

Shades of Deep Sea #12795B

Tints of Deep Sea #12795B

Color information

#12795B (or 0x12795B) is unknown color: approx Deep Sea. HEX triplet: 12, 79 and 5B. RGB value is (18,121,91). Sum of RGB (Red+Green+Blue) = 18+121+91=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 121 (47.66% from 255 or 52.61% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 121 - color contains mainly: green. Hex color #12795B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12795B is #ED86A4. Grayscale: #565656. Windows color (decimal): -15566501 or 5994770. OLE color: 5994770.

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

Color convert

RGB1812191-
CMYK0.8500.250.53
HSL162.52º74.1%27.25%-
HSV(B)162.52º85.12%47.45%-
XYZ8.9814.5612.23-
YUV86.78130.3878.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.83%
GREEN value IS 121 (47.66% from 255) = 52.61%
BLUE value IS 91 (35.94% from 255) = 39.57%
R=7.83%
G=52.61%
B=39.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18121910.8500.250.53162.5274.127.25
Hex12795B5501935a34a1b
Octal221711331250316524311233
Binary1001011110011011011101010101100111010110100011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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