#88D1BD

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

Shades of Bermuda #88D1BD

Tints of Bermuda #88D1BD

Color information

#88D1BD (or 0x88D1BD) is unknown color: approx Bermuda. HEX triplet: 88, D1 and BD. RGB value is (136,209,189). Sum of RGB (Red+Green+Blue) = 136+209+189=534 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.47% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 209 - color contains mainly: green. Hex color #88D1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D1BD is #772E42. Grayscale: #B8B8B8. Windows color (decimal): -7810627 or 12439944. OLE color: 12439944.

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

Color convert

RGB136209189-
CMYK0.3500.100.18
HSL163.56º44.24%67.65%-
HSV(B)163.56º34.93%81.96%-
XYZ42.1454.5156.44-
YUV184.89130.3293.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.47%
GREEN value IS 209 (82.03% from 255) = 39.14%
BLUE value IS 189 (74.22% from 255) = 35.39%
R=25.47%
G=39.14%
B=35.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1362091890.3500.100.18163.5644.2467.65
Hex88D1BD230A12a42c44
Octal210321275430122224454104
Binary1000100011010001101111011000110101010010101001001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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