#1A6F5E

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

Shades of Deep Sea #1A6F5E

Tints of Deep Sea #1A6F5E

Color information

#1A6F5E (or 0x1A6F5E) is unknown color: approx Deep Sea. HEX triplet: 1A, 6F and 5E. RGB value is (26,111,94). Sum of RGB (Red+Green+Blue) = 26+111+94=231 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.26% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 111 - color contains mainly: green. Hex color #1A6F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6F5E is #E590A1. Grayscale: #535353. Windows color (decimal): -15044770 or 6188826. OLE color: 6188826.

HSL color Cylindrical-coordinate representation of color #1A6F5E: hue angle of 168º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A6F5E is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB2611194-
CMYK0.7700.150.56
HSL168º62.04%26.86%-
HSV(B)168º76.58%43.53%-
XYZ8.1312.412.55-
YUV83.65133.8486.88-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.26%
GREEN value IS 111 (43.75% from 255) = 48.05%
BLUE value IS 94 (37.11% from 255) = 40.69%
R=11.26%
G=48.05%
B=40.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26111940.7700.150.5616862.0426.86
Hex1A6F5E4D0F38a83e1b
Octal32157136115017702507633
Binary11010110111110111101001101011111110001010100011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A6F5E; }

 p { color: rgb(26,111,94); }

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

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

 a { background-color: rgb(26,111,94); }

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

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

 span { border-color: rgb(26,111,94); }

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