#88DEBA

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

Shades of Bermuda #88DEBA

Tints of Bermuda #88DEBA

Color information

#88DEBA (or 0x88DEBA) is unknown color: approx Bermuda. HEX triplet: 88, DE and BA. RGB value is (136,222,186). Sum of RGB (Red+Green+Blue) = 136+222+186=544 (72% of max value = 765). Red value is 136 (53.52% from 255 or 25% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #88DEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DEBA is #772145. Grayscale: #C0C0C0. Windows color (decimal): -7807302 or 12246664. OLE color: 12246664.

HSL color Cylindrical-coordinate representation of color #88DEBA: hue angle of 154.88º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88DEBA is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB136222186-
CMYK0.3900.160.13
HSL154.88º56.58%70.2%-
HSV(B)154.88º38.74%87.06%-
XYZ45.1461.0255.85-
YUV192.18124.5187.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25%
GREEN value IS 222 (87.11% from 255) = 40.81%
BLUE value IS 186 (73.05% from 255) = 34.19%
R=25%
G=40.81%
B=34.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362221860.3900.160.13154.8856.5870.2
Hex88DEBA27010D9b3946
Octal210336272470201523371106
Binary1000100011011110101110101001110100001101100110111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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