#90CDB8

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

Shades of Bermuda #90CDB8

Tints of Bermuda #90CDB8

Color information

#90CDB8 (or 0x90CDB8) is unknown color: approx Bermuda. HEX triplet: 90, CD and B8. RGB value is (144,205,184). Sum of RGB (Red+Green+Blue) = 144+205+184=533 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.02% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 205 - color contains mainly: green. Hex color #90CDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CDB8 is #6F3247. Grayscale: #B8B8B8. Windows color (decimal): -7287368 or 12111248. OLE color: 12111248.

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

Color convert

RGB144205184-
CMYK0.3000.100.20
HSL159.34º37.89%68.43%-
HSV(B)159.34º29.76%80.39%-
XYZ41.9853.0553.37-
YUV184.37127.7999.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.02%
GREEN value IS 205 (80.47% from 255) = 38.46%
BLUE value IS 184 (72.27% from 255) = 34.52%
R=27.02%
G=38.46%
B=34.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1442051840.3000.100.20159.3437.8968.43
Hex90CDB81E0A149f2644
Octal220315270360122423746104
Binary100100001100110110111000111100101010100100111111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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