#90CEC0

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

Shades of Bermuda #90CEC0

Tints of Bermuda #90CEC0

Color information

#90CEC0 (or 0x90CEC0) is unknown color: approx Bermuda. HEX triplet: 90, CE and C0. RGB value is (144,206,192). Sum of RGB (Red+Green+Blue) = 144+206+192=542 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.57% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CEC0 is #6F313F. Grayscale: #B9B9B9. Windows color (decimal): -7287104 or 12635792. OLE color: 12635792.

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

Color convert

RGB144206192-
CMYK0.3000.070.19
HSL166.45º38.75%68.63%-
HSV(B)166.45º30.1%80.78%-
XYZ43.0953.8858-
YUV185.87131.4698.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.57%
GREEN value IS 206 (80.86% from 255) = 38.01%
BLUE value IS 192 (75.39% from 255) = 35.42%
R=26.57%
G=38.01%
B=35.42%

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
Decimal1442061920.3000.070.19166.4538.7568.63
Hex90CEC01E0713a62745
Octal22031630036072324647105
Binary10010000110011101100000011110011110011101001101001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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