#90CDBC

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

Shades of Bermuda #90CDBC

Tints of Bermuda #90CDBC

Color information

#90CDBC (or 0x90CDBC) is unknown color: approx Bermuda. HEX triplet: 90, CD and BC. RGB value is (144,205,188). Sum of RGB (Red+Green+Blue) = 144+205+188=537 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.82% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 205 - color contains mainly: green. Hex color #90CDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CDBC is #6F3243. Grayscale: #B8B8B8. Windows color (decimal): -7287364 or 12373392. OLE color: 12373392.

HSL color Cylindrical-coordinate representation of color #90CDBC: hue angle of 163.28º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CDBC is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB144205188-
CMYK0.3000.080.20
HSL163.28º37.89%68.43%-
HSV(B)163.28º29.76%80.39%-
XYZ42.4153.2255.61-
YUV184.82129.7998.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.82%
GREEN value IS 205 (80.47% from 255) = 38.18%
BLUE value IS 188 (73.83% from 255) = 35.01%
R=26.82%
G=38.18%
B=35.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1442051880.3000.080.20163.2837.8968.43
Hex90CDBC1E0814a32644
Octal220315274360102424346104
Binary100100001100110110111100111100100010100101000111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,205,188); }

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

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

 a { background-color: rgb(144,205,188); }

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

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

 span { border-color: rgb(144,205,188); }

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