#90C9BF

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

Shades of Bermuda #90C9BF

Tints of Bermuda #90C9BF

Color information

#90C9BF (or 0x90C9BF) is unknown color: approx Bermuda. HEX triplet: 90, C9 and BF. RGB value is (144,201,191). Sum of RGB (Red+Green+Blue) = 144+201+191=536 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.87% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 201 - color contains mainly: green. Hex color #90C9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C9BF is #6F3640. Grayscale: #B6B6B6. Windows color (decimal): -7288385 or 12568976. OLE color: 12568976.

HSL color Cylindrical-coordinate representation of color #90C9BF: hue angle of 169.47º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90C9BF is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB144201191-
CMYK0.2800.050.21
HSL169.47º34.55%67.65%-
HSV(B)169.47º28.36%78.82%-
XYZ41.7951.4657.02-
YUV182.82132.62100.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.87%
GREEN value IS 201 (78.91% from 255) = 37.5%
BLUE value IS 191 (75% from 255) = 35.63%
R=26.87%
G=37.5%
B=35.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1442011910.2800.050.21169.4734.5567.65
Hex90C9BF1C0515a92344
Octal22031127734052525143104
Binary10010000110010011011111111100010110101101010011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,201,191); }

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

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

 a { background-color: rgb(144,201,191); }

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

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

 span { border-color: rgb(144,201,191); }

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