#88CDB2

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

Shades of Bermuda #88CDB2

Tints of Bermuda #88CDB2

Color information

#88CDB2 (or 0x88CDB2) is unknown color: approx Bermuda. HEX triplet: 88, CD and B2. RGB value is (136,205,178). Sum of RGB (Red+Green+Blue) = 136+205+178=519 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.20% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #88CDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CDB2 is #77324D. Grayscale: #B5B5B5. Windows color (decimal): -7811662 or 11718024. OLE color: 11718024.

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

Color convert

RGB136205178-
CMYK0.3400.130.20
HSL156.52º40.83%66.86%-
HSV(B)156.52º33.66%80.39%-
XYZ40.0252.1150.07-
YUV181.29126.1495.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.20%
GREEN value IS 205 (80.47% from 255) = 39.50%
BLUE value IS 178 (69.92% from 255) = 34.30%
R=26.20%
G=39.50%
B=34.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1362051780.3400.130.20156.5240.8366.86
Hex88CDB2220D149d2943
Octal210315262420152423551103
Binary1000100011001101101100101000100110110100100111011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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