#88CABE

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

Shades of Bermuda #88CABE

Tints of Bermuda #88CABE

Color information

#88CABE (or 0x88CABE) is unknown color: approx Bermuda. HEX triplet: 88, CA and BE. RGB value is (136,202,190). Sum of RGB (Red+Green+Blue) = 136+202+190=528 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.76% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #88CABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CABE is #773541. Grayscale: #B4B4B4. Windows color (decimal): -7812418 or 12503688. OLE color: 12503688.

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

Color convert

RGB136202190-
CMYK0.3300.060.21
HSL169.09º38.37%66.27%-
HSV(B)169.09º32.67%79.22%-
XYZ40.5751.1956.46-
YUV180.9133.1395.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.76%
GREEN value IS 202 (79.30% from 255) = 38.26%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=25.76%
G=38.26%
B=35.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1362021900.3300.060.21169.0938.3766.27
Hex88CABE210615a92642
Octal21031227641062525146102
Binary100010001100101010111110100001011010101101010011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,202,190); }

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

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

 a { background-color: rgb(136,202,190); }

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

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

 span { border-color: rgb(136,202,190); }

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