#88CFBB

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

Shades of Bermuda #88CFBB

Tints of Bermuda #88CFBB

Color information

#88CFBB (or 0x88CFBB) is unknown color: approx Bermuda. HEX triplet: 88, CF and BB. RGB value is (136,207,187). Sum of RGB (Red+Green+Blue) = 136+207+187=530 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.66% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 207 - color contains mainly: green. Hex color #88CFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CFBB is #773044. Grayscale: #B7B7B7. Windows color (decimal): -7811141 or 12308360. OLE color: 12308360.

HSL color Cylindrical-coordinate representation of color #88CFBB: hue angle of 163.1º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88CFBB is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB136207187-
CMYK0.3400.100.19
HSL163.1º42.51%67.25%-
HSV(B)163.1º34.3%81.18%-
XYZ41.4453.4555.15-
YUV183.49129.9894.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.66%
GREEN value IS 207 (81.25% from 255) = 39.06%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=25.66%
G=39.06%
B=35.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1362071870.3400.100.19163.142.5167.25
Hex88CFBB220A13a32b43
Octal210317273420122324353103
Binary1000100011001111101110111000100101010011101000111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,207,187); }

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

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

 a { background-color: rgb(136,207,187); }

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

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

 span { border-color: rgb(136,207,187); }

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