#90CCBA

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

Shades of Bermuda #90CCBA

Tints of Bermuda #90CCBA

Color information

#90CCBA (or 0x90CCBA) is unknown color: approx Bermuda. HEX triplet: 90, CC and BA. RGB value is (144,204,186). Sum of RGB (Red+Green+Blue) = 144+204+186=534 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.97% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 204 - color contains mainly: green. Hex color #90CCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CCBA is #6F3345. Grayscale: #B8B8B8. Windows color (decimal): -7287622 or 12242064. OLE color: 12242064.

HSL color Cylindrical-coordinate representation of color #90CCBA: hue angle of 162º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90CCBA is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB144204186-
CMYK0.2900.090.2
HSL162º37.04%68.24%-
HSV(B)162º29.41%80%-
XYZ41.9652.6654.41-
YUV184.01129.1299.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.97%
GREEN value IS 204 (80.08% from 255) = 38.20%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=26.97%
G=38.20%
B=34.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1442041860.2900.090.216237.0468.24
Hex90CCBA1D0914a22544
Octal220314272350112424245104
Binary100100001100110010111010111010100110100101000101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,204,186); }

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

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

 a { background-color: rgb(144,204,186); }

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

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

 span { border-color: rgb(144,204,186); }

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