#88CAB9

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

Shades of Bermuda #88CAB9

Tints of Bermuda #88CAB9

Color information

#88CAB9 (or 0x88CAB9) is unknown color: approx Bermuda. HEX triplet: 88, CA and B9. RGB value is (136,202,185). Sum of RGB (Red+Green+Blue) = 136+202+185=523 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.00% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 202 - color contains mainly: green. Hex color #88CAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CAB9 is #773546. Grayscale: #B4B4B4. Windows color (decimal): -7812423 or 12176008. OLE color: 12176008.

HSL color Cylindrical-coordinate representation of color #88CAB9: hue angle of 164.55º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CAB9 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB136202185-
CMYK0.3300.080.21
HSL164.55º38.37%66.27%-
HSV(B)164.55º32.67%79.22%-
XYZ40.0350.9853.63-
YUV180.33130.6396.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.00%
GREEN value IS 202 (79.30% from 255) = 38.62%
BLUE value IS 185 (72.66% from 255) = 35.37%
R=26.00%
G=38.62%
B=35.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1362021850.3300.080.21164.5538.3766.27
Hex88CAB9210815a52642
Octal210312271410102524546102
Binary1000100011001010101110011000010100010101101001011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,202,185); }

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

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

 a { background-color: rgb(136,202,185); }

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

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

 span { border-color: rgb(136,202,185); }

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