#88C8B7

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

Shades of Bermuda #88C8B7

Tints of Bermuda #88C8B7

Color information

#88C8B7 (or 0x88C8B7) is unknown color: approx Bermuda. HEX triplet: 88, C8 and B7. RGB value is (136,200,183). Sum of RGB (Red+Green+Blue) = 136+200+183=519 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.20% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 200 - color contains mainly: green. Hex color #88C8B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C8B7 is #773748. Grayscale: #B2B2B2. Windows color (decimal): -7812937 or 12044424. OLE color: 12044424.

HSL color Cylindrical-coordinate representation of color #88C8B7: hue angle of 164.06º degrees, saturation: 0.37, 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 #88C8B7 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB136200183-
CMYK0.3200.080.22
HSL164.06º36.78%65.88%-
HSV(B)164.06º32%78.43%-
XYZ39.3549.9652.37-
YUV178.93130.397.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.20%
GREEN value IS 200 (78.52% from 255) = 38.54%
BLUE value IS 183 (71.88% from 255) = 35.26%
R=26.20%
G=38.54%
B=35.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1362001830.3200.080.22164.0636.7865.88
Hex88C8B7200816a42542
Octal210310267400102624445102
Binary1000100011001000101101111000000100010110101001001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,200,183); }

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

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

 a { background-color: rgb(136,200,183); }

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

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

 span { border-color: rgb(136,200,183); }

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