#88DABA

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

Shades of Bermuda #88DABA

Tints of Bermuda #88DABA

Color information

#88DABA (or 0x88DABA) is unknown color: approx Bermuda. HEX triplet: 88, DA and BA. RGB value is (136,218,186). Sum of RGB (Red+Green+Blue) = 136+218+186=540 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.19% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #88DABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DABA is #772545. Grayscale: #BDBDBD. Windows color (decimal): -7808326 or 12245640. OLE color: 12245640.

HSL color Cylindrical-coordinate representation of color #88DABA: hue angle of 156.59º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DABA is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB136218186-
CMYK0.3800.150.15
HSL156.59º52.56%69.41%-
HSV(B)156.59º37.61%85.49%-
XYZ44.0958.9255.5-
YUV189.83125.8389.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.19%
GREEN value IS 218 (85.55% from 255) = 40.37%
BLUE value IS 186 (73.05% from 255) = 34.44%
R=25.19%
G=40.37%
B=34.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1362181860.3800.150.15156.5952.5669.41
Hex88DABA260FF9d3545
Octal210332272460171723565105
Binary100010001101101010111010100110011111111100111011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,218,186); }

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

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

 a { background-color: rgb(136,218,186); }

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

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

 span { border-color: rgb(136,218,186); }

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