#127462

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

Shades of Deep Sea #127462

Tints of Deep Sea #127462

Color information

#127462 (or 0x127462) is unknown color: approx Deep Sea. HEX triplet: 12, 74 and 62. RGB value is (18,116,98). Sum of RGB (Red+Green+Blue) = 18+116+98=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #127462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127462 is #ED8B9D. Grayscale: #545454. Windows color (decimal): -15567774 or 6452242. OLE color: 6452242.

HSL color Cylindrical-coordinate representation of color #127462: hue angle of 168.98º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127462 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1811698-
CMYK0.8400.160.55
HSL168.98º73.13%26.27%-
HSV(B)168.98º84.48%45.49%-
XYZ8.713.513.7-
YUV84.65135.5380.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.76%
GREEN value IS 116 (45.70% from 255) = 50%
BLUE value IS 98 (38.67% from 255) = 42.24%
R=7.76%
G=50%
B=42.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18116980.8400.160.55168.9873.1326.27
Hex1274625401037a9491a
Octal221641421240206725111132
Binary1001011101001100010101010001000011011110101001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127462; }

 p { color: rgb(18,116,98); }

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

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

 a { background-color: rgb(18,116,98); }

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

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

 span { border-color: rgb(18,116,98); }

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