#88ddbb

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

Shades of Bermuda #88DDBB

Tints of Bermuda #88DDBB

Color information

#88DDBB (or 0x88DDBB) is unknown color: approx Bermuda. HEX triplet: 88, DD and BB. RGB value is (136,221,187). Sum of RGB (Red+Green+Blue) = 136+221+187=544 (72% of max value = 765). Red value is 136 (53.52% from 255 or 25% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #88DDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DDBB is #772244. Grayscale: #BFBFBF. Windows color (decimal): -7807557 or 12311944. OLE color: 12311944.

HSL color Cylindrical-coordinate representation of color #88DDBB: hue angle of 156º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DDBB is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB136221187-
CMYK0.3800.150.13
HSL156º55.56%70%-
HSV(B)156º38.46%86.67%-
XYZ44.9860.5356.33-
YUV191.71125.3488.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25%
GREEN value IS 221 (86.72% from 255) = 40.62%
BLUE value IS 187 (73.44% from 255) = 34.38%
R=25%
G=40.62%
B=34.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362211870.3800.150.1315655.5670
Hex88DDBB260FD9c3846
Octal210335273460171523470106
Binary100010001101110110111011100110011111101100111001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ddbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,221,187); }

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

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

 a { background-color: rgb(136,221,187); }

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

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

 span { border-color: rgb(136,221,187); }

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