#88C7C6

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

Shades of Bermuda #88C7C6

Tints of Bermuda #88C7C6

Color information

#88C7C6 (or 0x88C7C6) is unknown color: approx Bermuda. HEX triplet: 88, C7 and C6. RGB value is (136,199,198). Sum of RGB (Red+Green+Blue) = 136+199+198=533 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.52% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 199 - color contains mainly: green. Hex color #88C7C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C7C6 is #773839. Grayscale: #B3B3B3. Windows color (decimal): -7813178 or 13027208. OLE color: 13027208.

HSL color Cylindrical-coordinate representation of color #88C7C6: hue angle of 179.05º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88C7C6 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB136199198-
CMYK0.3200.010.22
HSL179.05º36%65.69%-
HSV(B)179.05º31.66%78.04%-
XYZ40.7750.1660.96-
YUV180.05138.1396.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.52%
GREEN value IS 199 (78.12% from 255) = 37.34%
BLUE value IS 198 (77.73% from 255) = 37.15%
R=25.52%
G=37.34%
B=37.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1361991980.3200.010.22179.053665.69
Hex88C7C6200116b32442
Octal21030730640012626344102
Binary1000100011000111110001101000000110110101100111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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