#88D1C5

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

Shades of Bermuda #88D1C5

Tints of Bermuda #88D1C5

Color information

#88D1C5 (or 0x88D1C5) is unknown color: approx Bermuda. HEX triplet: 88, D1 and C5. RGB value is (136,209,197). Sum of RGB (Red+Green+Blue) = 136+209+197=542 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.09% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 209 - color contains mainly: green. Hex color #88D1C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D1C5 is #772E3A. Grayscale: #B9B9B9. Windows color (decimal): -7810619 or 12964232. OLE color: 12964232.

HSL color Cylindrical-coordinate representation of color #88D1C5: hue angle of 170.14º 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 #88D1C5 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB136209197-
CMYK0.3500.060.18
HSL170.14º44.24%67.65%-
HSV(B)170.14º34.93%81.96%-
XYZ43.0354.8761.15-
YUV185.8134.3292.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.09%
GREEN value IS 209 (82.03% from 255) = 38.56%
BLUE value IS 197 (77.34% from 255) = 36.35%
R=25.09%
G=38.56%
B=36.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1362091970.3500.060.18170.1444.2467.65
Hex88D1C5230612aa2c44
Octal21032130543062225254104
Binary100010001101000111000101100011011010010101010101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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