#88CDBA

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

Shades of Bermuda #88CDBA

Tints of Bermuda #88CDBA

Color information

#88CDBA (or 0x88CDBA) is unknown color: approx Bermuda. HEX triplet: 88, CD and BA. RGB value is (136,205,186). Sum of RGB (Red+Green+Blue) = 136+205+186=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #88CDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CDBA is #773245. Grayscale: #B6B6B6. Windows color (decimal): -7811654 or 12242312. OLE color: 12242312.

HSL color Cylindrical-coordinate representation of color #88CDBA: hue angle of 163.48º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88CDBA is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB136205186-
CMYK0.3400.090.20
HSL163.48º40.83%66.86%-
HSV(B)163.48º33.66%80.39%-
XYZ40.8552.4454.42-
YUV182.2130.1495.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.81%
GREEN value IS 205 (80.47% from 255) = 38.90%
BLUE value IS 186 (73.05% from 255) = 35.29%
R=25.81%
G=38.90%
B=35.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1362051860.3400.090.20163.4840.8366.86
Hex88CDBA220914a32943
Octal210315272420112424351103
Binary1000100011001101101110101000100100110100101000111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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