#88D6BA

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

Shades of Bermuda #88D6BA

Tints of Bermuda #88D6BA

Color information

#88D6BA (or 0x88D6BA) is unknown color: approx Bermuda. HEX triplet: 88, D6 and BA. RGB value is (136,214,186). Sum of RGB (Red+Green+Blue) = 136+214+186=536 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.37% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #88D6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D6BA is #772945. Grayscale: #BBBBBB. Windows color (decimal): -7809350 or 12244616. OLE color: 12244616.

HSL color Cylindrical-coordinate representation of color #88D6BA: hue angle of 158.46º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88D6BA is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB136214186-
CMYK0.3600.130.16
HSL158.46º48.75%68.63%-
HSV(B)158.46º36.45%83.92%-
XYZ43.0656.8755.16-
YUV187.49127.1691.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.37%
GREEN value IS 214 (83.98% from 255) = 39.93%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=25.37%
G=39.93%
B=34.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1362141860.3600.130.16158.4648.7568.63
Hex88D6BA240D109e3145
Octal210326272440152023661105
Binary1000100011010110101110101001000110110000100111101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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