#88DAC0

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

Shades of Bermuda #88DAC0

Tints of Bermuda #88DAC0

Color information

#88DAC0 (or 0x88DAC0) is unknown color: approx Bermuda. HEX triplet: 88, DA and C0. RGB value is (136,218,192). Sum of RGB (Red+Green+Blue) = 136+218+192=546 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.91% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 218 - color contains mainly: green. Hex color #88DAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DAC0 is #77253F. Grayscale: #BEBEBE. Windows color (decimal): -7808320 or 12638856. OLE color: 12638856.

HSL color Cylindrical-coordinate representation of color #88DAC0: hue angle of 160.98º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DAC0 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB136218192-
CMYK0.3800.120.15
HSL160.98º52.56%69.41%-
HSV(B)160.98º37.61%85.49%-
XYZ44.7459.1858.93-
YUV190.52128.8389.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.91%
GREEN value IS 218 (85.55% from 255) = 39.93%
BLUE value IS 192 (75.39% from 255) = 35.16%
R=24.91%
G=39.93%
B=35.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1362181920.3800.120.15160.9852.5669.41
Hex88DAC0260CFa13545
Octal210332300460141724165105
Binary100010001101101011000000100110011001111101000011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,218,192); }

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

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

 a { background-color: rgb(136,218,192); }

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

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

 span { border-color: rgb(136,218,192); }

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