#127564

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

Shades of Deep Sea #127564

Tints of Deep Sea #127564

Color information

#127564 (or 0x127564) is unknown color: approx Deep Sea. HEX triplet: 12, 75 and 64. RGB value is (18,117,100). Sum of RGB (Red+Green+Blue) = 18+117+100=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #127564 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127564 is #ED8A9B. Grayscale: #555555. Windows color (decimal): -15567516 or 6583570. OLE color: 6583570.

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

Color convert

RGB18117100-
CMYK0.8500.150.54
HSL169.7º73.33%26.47%-
HSV(B)169.7º84.62%45.88%-
XYZ8.9113.7714.25-
YUV85.46136.279.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.66%
GREEN value IS 117 (46.09% from 255) = 49.79%
BLUE value IS 100 (39.45% from 255) = 42.55%
R=7.66%
G=49.79%
B=42.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal181171000.8500.150.54169.773.3326.47
Hex127564550F36aa491a
Octal221651441250176625211132
Binary100101110101110010010101010111111011010101010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127564; }

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

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

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

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

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

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

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

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