#90D6CB

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

Shades of Riptide #90D6CB

Tints of Riptide #90D6CB

Color information

#90D6CB (or 0x90D6CB) is unknown color: approx Riptide. HEX triplet: 90, D6 and CB. RGB value is (144,214,203). Sum of RGB (Red+Green+Blue) = 144+214+203=561 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.67% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 214 - color contains mainly: green. Hex color #90D6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D6CB is #6F2934. Grayscale: #BFBFBF. Windows color (decimal): -7285045 or 13358736. OLE color: 13358736.

HSL color Cylindrical-coordinate representation of color #90D6CB: hue angle of 170.57º 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 #90D6CB is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB144214203-
CMYK0.3300.050.16
HSL170.57º46.05%70.2%-
HSV(B)170.57º32.71%83.92%-
XYZ46.3358.3365.32-
YUV191.82134.3193.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.67%
GREEN value IS 214 (83.98% from 255) = 38.15%
BLUE value IS 203 (79.69% from 255) = 36.19%
R=25.67%
G=38.15%
B=36.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1442142030.3300.050.16170.5746.0570.2
Hex90D6CB210510ab2e46
Octal22032631341052025356106
Binary100100001101011011001011100001010110000101010111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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