#90EDC6

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

Shades of Riptide #90EDC6

Tints of Riptide #90EDC6

Color information

#90EDC6 (or 0x90EDC6) is unknown color: approx Riptide. HEX triplet: 90, ED and C6. RGB value is (144,237,198). Sum of RGB (Red+Green+Blue) = 144+237+198=579 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.87% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 237 - color contains mainly: green. Hex color #90EDC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EDC6 is #6F1239. Grayscale: #CCCCCC. Windows color (decimal): -7279162 or 13036944. OLE color: 13036944.

HSL color Cylindrical-coordinate representation of color #90EDC6: hue angle of 154.84º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EDC6 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB144237198-
CMYK0.3900.160.07
HSL154.84º72.09%74.71%-
HSV(B)154.84º39.24%92.94%-
XYZ51.9870.5764.31-
YUV204.75124.1984.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.87%
GREEN value IS 237 (92.97% from 255) = 40.93%
BLUE value IS 198 (77.73% from 255) = 34.20%
R=24.87%
G=40.93%
B=34.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1442371980.3900.160.07154.8472.0974.71
Hex90EDC62701079b484b
Octal220355306470207233110113
Binary1001000011101101110001101001110100001111001101110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,237,198); }

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

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

 a { background-color: rgb(144,237,198); }

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

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

 span { border-color: rgb(144,237,198); }

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