#88CDC6

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

Shades of Bermuda #88CDC6

Tints of Bermuda #88CDC6

Color information

#88CDC6 (or 0x88CDC6) is unknown color: approx Bermuda. HEX triplet: 88, CD and C6. RGB value is (136,205,198). Sum of RGB (Red+Green+Blue) = 136+205+198=539 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.23% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 205 - color contains mainly: green. Hex color #88CDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CDC6 is #773239. Grayscale: #B7B7B7. Windows color (decimal): -7811642 or 13028744. OLE color: 13028744.

HSL color Cylindrical-coordinate representation of color #88CDC6: hue angle of 173.91º 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 #88CDC6 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB136205198-
CMYK0.3400.030.20
HSL173.91º40.83%66.86%-
HSV(B)173.91º33.66%80.39%-
XYZ42.1852.9761.43-
YUV183.57136.1494.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.23%
GREEN value IS 205 (80.47% from 255) = 38.03%
BLUE value IS 198 (77.73% from 255) = 36.73%
R=25.23%
G=38.03%
B=36.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1362051980.3400.030.20173.9140.8366.86
Hex88CDC6220314ae2943
Octal21031530642032425651103
Binary10001000110011011100011010001001110100101011101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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