#12795C

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

Shades of Deep Sea #12795C

Tints of Deep Sea #12795C

Color information

#12795C (or 0x12795C) is unknown color: approx Deep Sea. HEX triplet: 12, 79 and 5C. RGB value is (18,121,92). Sum of RGB (Red+Green+Blue) = 18+121+92=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 121 (47.66% from 255 or 52.38% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 121 - color contains mainly: green. Hex color #12795C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12795C is #ED86A3. Grayscale: #565656. Windows color (decimal): -15566500 or 6060306. OLE color: 6060306.

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

Color convert

RGB1812192-
CMYK0.8500.240.53
HSL163.11º74.1%27.25%-
HSV(B)163.11º85.12%47.45%-
XYZ9.0214.5812.46-
YUV86.9130.8878.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.79%
GREEN value IS 121 (47.66% from 255) = 52.38%
BLUE value IS 92 (36.33% from 255) = 39.83%
R=7.79%
G=52.38%
B=39.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18121920.8500.240.53163.1174.127.25
Hex12795C5501835a34a1b
Octal221711341250306524311233
Binary1001011110011011100101010101100011010110100011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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