#90CBBE

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

Shades of Bermuda #90CBBE

Tints of Bermuda #90CBBE

Color information

#90CBBE (or 0x90CBBE) is unknown color: approx Bermuda. HEX triplet: 90, CB and BE. RGB value is (144,203,190). Sum of RGB (Red+Green+Blue) = 144+203+190=537 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.82% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 203 - color contains mainly: green. Hex color #90CBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CBBE is #6F3441. Grayscale: #B7B7B7. Windows color (decimal): -7287874 or 12503952. OLE color: 12503952.

HSL color Cylindrical-coordinate representation of color #90CBBE: hue angle of 166.78º degrees, saturation: 0.36, 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 #90CBBE is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB144203190-
CMYK0.2900.060.20
HSL166.78º36.2%68.04%-
HSV(B)166.78º29.06%79.61%-
XYZ42.1552.3656.6-
YUV183.88131.4599.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.82%
GREEN value IS 203 (79.69% from 255) = 37.80%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=26.82%
G=37.80%
B=35.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1442031900.2900.060.20166.7836.268.04
Hex90CBBE1D0614a72444
Octal22031327635062424744104
Binary10010000110010111011111011101011010100101001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,203,190); }

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

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

 a { background-color: rgb(144,203,190); }

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

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

 span { border-color: rgb(144,203,190); }

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