#90D8C1

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

Shades of Riptide #90D8C1

Tints of Riptide #90D8C1

Color information

#90D8C1 (or 0x90D8C1) is unknown color: approx Riptide. HEX triplet: 90, D8 and C1. RGB value is (144,216,193). Sum of RGB (Red+Green+Blue) = 144+216+193=553 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.04% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 216 - color contains mainly: green. Hex color #90D8C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D8C1 is #6F273E. Grayscale: #BFBFBF. Windows color (decimal): -7284543 or 12703888. OLE color: 12703888.

HSL color Cylindrical-coordinate representation of color #90D8C1: hue angle of 160.83º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90D8C1 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB144216193-
CMYK0.3300.110.15
HSL160.83º48%70.59%-
HSV(B)160.83º33.33%84.71%-
XYZ45.6858.8959.41-
YUV191.85128.6593.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.04%
GREEN value IS 216 (84.77% from 255) = 39.06%
BLUE value IS 193 (75.78% from 255) = 34.90%
R=26.04%
G=39.06%
B=34.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1442161930.3300.110.15160.834870.59
Hex90D8C1210BFa13047
Octal220330301410131724160107
Binary100100001101100011000001100001010111111101000011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,216,193); }

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

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

 a { background-color: rgb(144,216,193); }

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

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

 span { border-color: rgb(144,216,193); }

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