#90D7BC

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

Shades of Bermuda #90D7BC

Tints of Bermuda #90D7BC

Color information

#90D7BC (or 0x90D7BC) is unknown color: approx Bermuda. HEX triplet: 90, D7 and BC. RGB value is (144,215,188). Sum of RGB (Red+Green+Blue) = 144+215+188=547 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.33% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 215 - color contains mainly: green. Hex color #90D7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D7BC is #6F2843. Grayscale: #BEBEBE. Windows color (decimal): -7284804 or 12375952. OLE color: 12375952.

HSL color Cylindrical-coordinate representation of color #90D7BC: hue angle of 157.18º 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 #90D7BC is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB144215188-
CMYK0.3300.130.16
HSL157.18º47.02%70.39%-
HSV(B)157.18º33.02%84.31%-
XYZ44.8858.1656.44-
YUV190.69126.4894.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.33%
GREEN value IS 215 (84.38% from 255) = 39.31%
BLUE value IS 188 (73.83% from 255) = 34.37%
R=26.33%
G=39.31%
B=34.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1442151880.3300.130.16157.1847.0270.39
Hex90D7BC210D109d2f46
Octal220327274410152023557106
Binary1001000011010111101111001000010110110000100111011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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