#90CEB8

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

Shades of Bermuda #90CEB8

Tints of Bermuda #90CEB8

Color information

#90CEB8 (or 0x90CEB8) is unknown color: approx Bermuda. HEX triplet: 90, CE and B8. RGB value is (144,206,184). Sum of RGB (Red+Green+Blue) = 144+206+184=534 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.97% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CEB8 is #6F3147. Grayscale: #B8B8B8. Windows color (decimal): -7287112 or 12111504. OLE color: 12111504.

HSL color Cylindrical-coordinate representation of color #90CEB8: hue angle of 158.71º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CEB8 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB144206184-
CMYK0.3000.110.19
HSL158.71º38.75%68.63%-
HSV(B)158.71º30.1%80.78%-
XYZ42.2253.5353.45-
YUV184.95127.4698.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.97%
GREEN value IS 206 (80.86% from 255) = 38.58%
BLUE value IS 184 (72.27% from 255) = 34.46%
R=26.97%
G=38.58%
B=34.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1442061840.3000.110.19158.7138.7568.63
Hex90CEB81E0B139f2745
Octal220316270360132323747105
Binary100100001100111010111000111100101110011100111111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90CEB8; }

 p { color: rgb(144,206,184); }

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

<style>
 a { background-color: #90CEB8; }

 a { background-color: rgb(144,206,184); }

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

<style>
 span { border-color: #90CEB8; }

 span { border-color: rgb(144,206,184); }

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