#88D6BC

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

Shades of Bermuda #88D6BC

Tints of Bermuda #88D6BC

Color information

#88D6BC (or 0x88D6BC) is unknown color: approx Bermuda. HEX triplet: 88, D6 and BC. RGB value is (136,214,188). Sum of RGB (Red+Green+Blue) = 136+214+188=538 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.28% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #88D6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D6BC is #772943. Grayscale: #BBBBBB. Windows color (decimal): -7809348 or 12375688. OLE color: 12375688.

HSL color Cylindrical-coordinate representation of color #88D6BC: hue angle of 160º 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 #88D6BC is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB136214188-
CMYK0.3600.120.16
HSL160º48.75%68.63%-
HSV(B)160º36.45%83.92%-
XYZ43.2856.9656.29-
YUV187.71128.1691.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.28%
GREEN value IS 214 (83.98% from 255) = 39.78%
BLUE value IS 188 (73.83% from 255) = 34.94%
R=25.28%
G=39.78%
B=34.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1362141880.3600.120.1616048.7568.63
Hex88D6BC240C10a03145
Octal210326274440142024061105
Binary1000100011010110101111001001000110010000101000001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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