#90CCBB

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

Shades of Bermuda #90CCBB

Tints of Bermuda #90CCBB

Color information

#90CCBB (or 0x90CCBB) is unknown color: approx Bermuda. HEX triplet: 90, CC and BB. RGB value is (144,204,187). Sum of RGB (Red+Green+Blue) = 144+204+187=535 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.92% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 204 - color contains mainly: green. Hex color #90CCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CCBB is #6F3344. Grayscale: #B8B8B8. Windows color (decimal): -7287621 or 12307600. OLE color: 12307600.

HSL color Cylindrical-coordinate representation of color #90CCBB: hue angle of 163º 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 #90CCBB is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB144204187-
CMYK0.2900.080.2
HSL163º37.04%68.24%-
HSV(B)163º29.41%80%-
XYZ42.0652.754.97-
YUV184.12129.6299.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.92%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 187 (73.44% from 255) = 34.95%
R=26.92%
G=38.13%
B=34.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1442041870.2900.080.216337.0468.24
Hex90CCBB1D0814a32544
Octal220314273350102424345104
Binary100100001100110010111011111010100010100101000111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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