#88C7C1

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

Shades of Bermuda #88C7C1

Tints of Bermuda #88C7C1

Color information

#88C7C1 (or 0x88C7C1) is unknown color: approx Bermuda. HEX triplet: 88, C7 and C1. RGB value is (136,199,193). Sum of RGB (Red+Green+Blue) = 136+199+193=528 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.76% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 199 - color contains mainly: green. Hex color #88C7C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C7C1 is #77383E. Grayscale: #B3B3B3. Windows color (decimal): -7813183 or 12699528. OLE color: 12699528.

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

Color convert

RGB136199193-
CMYK0.3200.030.22
HSL174.29º36%65.69%-
HSV(B)174.29º31.66%78.04%-
XYZ40.249.9357.97-
YUV179.48135.6396.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.76%
GREEN value IS 199 (78.12% from 255) = 37.69%
BLUE value IS 193 (75.78% from 255) = 36.55%
R=25.76%
G=37.69%
B=36.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1361991930.3200.030.22174.293665.69
Hex88C7C1200316ae2442
Octal21030730140032625644102
Binary10001000110001111100000110000001110110101011101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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