#90CEBF

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

Shades of Bermuda #90CEBF

Tints of Bermuda #90CEBF

Color information

#90CEBF (or 0x90CEBF) is unknown color: approx Bermuda. HEX triplet: 90, CE and BF. RGB value is (144,206,191). Sum of RGB (Red+Green+Blue) = 144+206+191=541 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.62% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CEBF is #6F3140. Grayscale: #B9B9B9. Windows color (decimal): -7287105 or 12570256. OLE color: 12570256.

HSL color Cylindrical-coordinate representation of color #90CEBF: hue angle of 165.48º 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 #90CEBF is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB144206191-
CMYK0.3000.070.19
HSL165.48º38.75%68.63%-
HSV(B)165.48º30.1%80.78%-
XYZ42.9853.8357.42-
YUV185.75130.9698.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.62%
GREEN value IS 206 (80.86% from 255) = 38.08%
BLUE value IS 191 (75% from 255) = 35.30%
R=26.62%
G=38.08%
B=35.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1442061910.3000.070.19165.4838.7568.63
Hex90CEBF1E0713a52745
Octal22031627736072324547105
Binary10010000110011101011111111110011110011101001011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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