#88CDB6

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

Shades of Bermuda #88CDB6

Tints of Bermuda #88CDB6

Color information

#88CDB6 (or 0x88CDB6) is unknown color: approx Bermuda. HEX triplet: 88, CD and B6. RGB value is (136,205,182). Sum of RGB (Red+Green+Blue) = 136+205+182=523 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.00% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #88CDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CDB6 is #773249. Grayscale: #B5B5B5. Windows color (decimal): -7811658 or 11980168. OLE color: 11980168.

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

Color convert

RGB136205182-
CMYK0.3400.110.20
HSL160º40.83%66.86%-
HSV(B)160º33.66%80.39%-
XYZ40.4352.2752.22-
YUV181.75128.1495.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.00%
GREEN value IS 205 (80.47% from 255) = 39.20%
BLUE value IS 182 (71.48% from 255) = 34.80%
R=26.00%
G=39.20%
B=34.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1362051820.3400.110.2016040.8366.86
Hex88CDB6220B14a02943
Octal210315266420132424051103
Binary1000100011001101101101101000100101110100101000001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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