#88CBBF

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

Shades of Bermuda #88CBBF

Tints of Bermuda #88CBBF

Color information

#88CBBF (or 0x88CBBF) is unknown color: approx Bermuda. HEX triplet: 88, CB and BF. RGB value is (136,203,191). Sum of RGB (Red+Green+Blue) = 136+203+191=530 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.66% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 203 - color contains mainly: green. Hex color #88CBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CBBF is #773440. Grayscale: #B5B5B5. Windows color (decimal): -7812161 or 12569480. OLE color: 12569480.

HSL color Cylindrical-coordinate representation of color #88CBBF: hue angle of 169.25º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CBBF is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB136203191-
CMYK0.3300.060.20
HSL169.25º39.18%66.47%-
HSV(B)169.25º33%79.61%-
XYZ40.9151.7157.11-
YUV181.6133.395.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.66%
GREEN value IS 203 (79.69% from 255) = 38.30%
BLUE value IS 191 (75% from 255) = 36.04%
R=25.66%
G=38.30%
B=36.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1362031910.3300.060.20169.2539.1866.47
Hex88CBBF210614a92742
Octal21031327741062425147102
Binary100010001100101110111111100001011010100101010011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,203,191); }

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

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

 a { background-color: rgb(136,203,191); }

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

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

 span { border-color: rgb(136,203,191); }

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