#88DBBD

Color #88DBBD Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #88DBBD

Tints of Bermuda #88DBBD

Color information

#88DBBD (or 0x88DBBD) is unknown color: approx Bermuda. HEX triplet: 88, DB and BD. RGB value is (136,219,189). Sum of RGB (Red+Green+Blue) = 136+219+189=544 (72% of max value = 765). Red value is 136 (53.52% from 255 or 25% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #88DBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DBBD is #772442. Grayscale: #BEBEBE. Windows color (decimal): -7808067 or 12442504. OLE color: 12442504.

HSL color Cylindrical-coordinate representation of color #88DBBD: hue angle of 158.31º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DBBD is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB136219189-
CMYK0.3800.140.14
HSL158.31º53.55%69.61%-
HSV(B)158.31º37.9%85.88%-
XYZ44.6759.5757.29-
YUV190.7612788.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25%
GREEN value IS 219 (85.94% from 255) = 40.26%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=25%
G=40.26%
B=34.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1362191890.3800.140.14158.3153.5569.61
Hex88DBBD260EE9e3646
Octal210333275460161623666106
Binary100010001101101110111101100110011101110100111101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88DBBD; }

 p { color: rgb(136,219,189); }

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

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

 a { background-color: rgb(136,219,189); }

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

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

 span { border-color: rgb(136,219,189); }

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