#90D0BE

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

Shades of Bermuda #90D0BE

Tints of Bermuda #90D0BE

Color information

#90D0BE (or 0x90D0BE) is unknown color: approx Bermuda. HEX triplet: 90, D0 and BE. RGB value is (144,208,190). Sum of RGB (Red+Green+Blue) = 144+208+190=542 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.57% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 208 - color contains mainly: green. Hex color #90D0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D0BE is #6F2F41. Grayscale: #BABABA. Windows color (decimal): -7286594 or 12505232. OLE color: 12505232.

HSL color Cylindrical-coordinate representation of color #90D0BE: hue angle of 163.12º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90D0BE is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB144208190-
CMYK0.3100.090.18
HSL163.12º40.51%69.02%-
HSV(B)163.12º30.77%81.57%-
XYZ43.3554.7657-
YUV186.81129.897.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.57%
GREEN value IS 208 (81.64% from 255) = 38.38%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=26.57%
G=38.38%
B=35.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1442081900.3100.090.18163.1240.5169.02
Hex90D0BE1F0912a32945
Octal220320276370112224351105
Binary100100001101000010111110111110100110010101000111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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