#90D6D1

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

Shades of Riptide #90D6D1

Tints of Riptide #90D6D1

Color information

#90D6D1 (or 0x90D6D1) is unknown color: approx Riptide. HEX triplet: 90, D6 and D1. RGB value is (144,214,209). Sum of RGB (Red+Green+Blue) = 144+214+209=567 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.40% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 214 - color contains mainly: green. Hex color #90D6D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D6D1 is #6F292E. Grayscale: #C0C0C0. Windows color (decimal): -7285039 or 13751952. OLE color: 13751952.

HSL color Cylindrical-coordinate representation of color #90D6D1: hue angle of 175.71º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90D6D1 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB144214209-
CMYK0.3300.020.16
HSL175.71º46.05%70.2%-
HSV(B)175.71º32.71%83.92%-
XYZ47.0658.6369.16-
YUV192.5137.3193.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.40%
GREEN value IS 214 (83.98% from 255) = 37.74%
BLUE value IS 209 (82.03% from 255) = 36.86%
R=25.40%
G=37.74%
B=36.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1442142090.3300.020.16175.7146.0570.2
Hex90D6D1210210b02e46
Octal22032632141022026056106
Binary10010000110101101101000110000101010000101100001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,214,209); }

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

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

 a { background-color: rgb(144,214,209); }

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

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

 span { border-color: rgb(144,214,209); }

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