#88DCBD

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

Shades of Bermuda #88DCBD

Tints of Bermuda #88DCBD

Color information

#88DCBD (or 0x88DCBD) is unknown color: approx Bermuda. HEX triplet: 88, DC and BD. RGB value is (136,220,189). Sum of RGB (Red+Green+Blue) = 136+220+189=545 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.95% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DCBD is #772342. Grayscale: #BFBFBF. Windows color (decimal): -7807811 or 12442760. OLE color: 12442760.

HSL color Cylindrical-coordinate representation of color #88DCBD: hue angle of 157.86º degrees, saturation: 0.55, 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 #88DCBD is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB136220189-
CMYK0.3800.140.14
HSL157.86º54.55%69.8%-
HSV(B)157.86º38.18%86.27%-
XYZ44.9360.0957.38-
YUV191.35126.6788.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.95%
GREEN value IS 220 (86.33% from 255) = 40.37%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=24.95%
G=40.37%
B=34.68%

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
Decimal1362201890.3800.140.14157.8654.5569.8
Hex88DCBD260EE9e3746
Octal210334275460161623667106
Binary100010001101110010111101100110011101110100111101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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