#155E6D

Color #155E6D Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #155E6D

Tints of Blue Lagoon #155E6D

Color information

#155E6D (or 0x155E6D) is unknown color: approx Blue Lagoon. HEX triplet: 15, 5E and 6D. RGB value is (21,94,109). Sum of RGB (Red+Green+Blue) = 21+94+109=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 94 (37.11% from 255 or 41.96% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #155E6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155E6D is #EAA192. Grayscale: #494949. Windows color (decimal): -15376787 or 7167509. OLE color: 7167509.

HSL color Cylindrical-coordinate representation of color #155E6D: hue angle of 190.23º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #155E6D is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2194109-
CMYK0.810.1400.57
HSL190.23º67.69%25.49%-
HSV(B)190.23º80.73%42.75%-
XYZ7.079.2715.88-
YUV73.88147.8290.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.38%
GREEN value IS 94 (37.11% from 255) = 41.96%
BLUE value IS 109 (42.97% from 255) = 48.66%
R=9.38%
G=41.96%
B=48.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21941090.810.1400.57190.2367.6925.49
Hex155E6D51E039be4419
Octal251361551211607127610431
Binary101011011110110110110100011110011100110111110100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155E6D; }

 p { color: rgb(21,94,109); }

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

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

 a { background-color: rgb(21,94,109); }

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

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

 span { border-color: rgb(21,94,109); }

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