#88D0BD

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

Shades of Bermuda #88D0BD

Tints of Bermuda #88D0BD

Color information

#88D0BD (or 0x88D0BD) is unknown color: approx Bermuda. HEX triplet: 88, D0 and BD. RGB value is (136,208,189). Sum of RGB (Red+Green+Blue) = 136+208+189=533 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.52% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 208 - color contains mainly: green. Hex color #88D0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D0BD is #772F42. Grayscale: #B8B8B8. Windows color (decimal): -7810883 or 12439688. OLE color: 12439688.

HSL color Cylindrical-coordinate representation of color #88D0BD: hue angle of 164.17º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88D0BD is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB136208189-
CMYK0.3500.090.18
HSL164.17º43.37%67.45%-
HSV(B)164.17º34.62%81.57%-
XYZ41.8954.0256.36-
YUV184.31130.6593.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.52%
GREEN value IS 208 (81.64% from 255) = 39.02%
BLUE value IS 189 (74.22% from 255) = 35.46%
R=25.52%
G=39.02%
B=35.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1362081890.3500.090.18164.1743.3767.45
Hex88D0BD230912a42b43
Octal210320275430112224453103
Binary1000100011010000101111011000110100110010101001001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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