#88DCBF

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

Shades of Bermuda #88DCBF

Tints of Bermuda #88DCBF

Color information

#88DCBF (or 0x88DCBF) is unknown color: approx Bermuda. HEX triplet: 88, DC and BF. RGB value is (136,220,191). Sum of RGB (Red+Green+Blue) = 136+220+191=547 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.86% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DCBF is #772340. Grayscale: #BFBFBF. Windows color (decimal): -7807809 or 12573832. OLE color: 12573832.

HSL color Cylindrical-coordinate representation of color #88DCBF: hue angle of 159.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DCBF is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB136220191-
CMYK0.3800.130.14
HSL159.29º54.55%69.8%-
HSV(B)159.29º38.18%86.27%-
XYZ45.1560.1858.53-
YUV191.58127.6788.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.86%
GREEN value IS 220 (86.33% from 255) = 40.22%
BLUE value IS 191 (75% from 255) = 34.92%
R=24.86%
G=40.22%
B=34.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1362201910.3800.130.14159.2954.5569.8
Hex88DCBF260DE9f3746
Octal210334277460151623767106
Binary100010001101110010111111100110011011110100111111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,220,191); }

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

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

 a { background-color: rgb(136,220,191); }

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

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

 span { border-color: rgb(136,220,191); }

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