#90D7BE

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

Shades of Bermuda #90D7BE

Tints of Bermuda #90D7BE

Color information

#90D7BE (or 0x90D7BE) is unknown color: approx Bermuda. HEX triplet: 90, D7 and BE. RGB value is (144,215,190). Sum of RGB (Red+Green+Blue) = 144+215+190=549 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.23% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 215 - color contains mainly: green. Hex color #90D7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D7BE is #6F2841. Grayscale: #BEBEBE. Windows color (decimal): -7284802 or 12507024. OLE color: 12507024.

HSL color Cylindrical-coordinate representation of color #90D7BE: hue angle of 158.87º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90D7BE is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB144215190-
CMYK0.3300.120.16
HSL158.87º47.02%70.39%-
HSV(B)158.87º33.02%84.31%-
XYZ45.158.2557.58-
YUV190.92127.4894.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.23%
GREEN value IS 215 (84.38% from 255) = 39.16%
BLUE value IS 190 (74.61% from 255) = 34.61%
R=26.23%
G=39.16%
B=34.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1442151900.3300.120.16158.8747.0270.39
Hex90D7BE210C109f2f46
Octal220327276410142023757106
Binary1001000011010111101111101000010110010000100111111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,215,190); }

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

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

 a { background-color: rgb(144,215,190); }

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

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

 span { border-color: rgb(144,215,190); }

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