#12755C

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

Shades of Deep Sea #12755C

Tints of Deep Sea #12755C

Color information

#12755C (or 0x12755C) is unknown color: approx Deep Sea. HEX triplet: 12, 75 and 5C. RGB value is (18,117,92). Sum of RGB (Red+Green+Blue) = 18+117+92=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 117 (46.09% from 255 or 51.54% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 117 - color contains mainly: green. Hex color #12755C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12755C is #ED8AA3. Grayscale: #545454. Windows color (decimal): -15567524 or 6059282. OLE color: 6059282.

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

Color convert

RGB1811792-
CMYK0.8500.210.54
HSL164.85º73.33%26.47%-
HSV(B)164.85º84.62%45.88%-
XYZ8.5413.6212.3-
YUV84.55132.280.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 117 (46.09% from 255) = 51.54%
BLUE value IS 92 (36.33% from 255) = 40.53%
R=7.93%
G=51.54%
B=40.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18117920.8500.210.54164.8573.3326.47
Hex12755C5501536a5491a
Octal221651341250256624511132
Binary1001011101011011100101010101010111011010100101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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