#90DECA

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

Shades of Riptide #90DECA

Tints of Riptide #90DECA

Color information

#90DECA (or 0x90DECA) is unknown color: approx Riptide. HEX triplet: 90, DE and CA. RGB value is (144,222,202). Sum of RGB (Red+Green+Blue) = 144+222+202=568 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.35% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #90DECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DECA is #6F2135. Grayscale: #C4C4C4. Windows color (decimal): -7282998 or 13295248. OLE color: 13295248.

HSL color Cylindrical-coordinate representation of color #90DECA: hue angle of 164.62º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DECA is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB144222202-
CMYK0.3500.090.13
HSL164.62º54.17%71.76%-
HSV(B)164.62º35.14%87.06%-
XYZ48.2862.4465.38-
YUV196.4131.1690.63-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.35%
GREEN value IS 222 (87.11% from 255) = 39.08%
BLUE value IS 202 (79.30% from 255) = 35.56%
R=25.35%
G=39.08%
B=35.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1442222020.3500.090.13164.6254.1771.76
Hex90DECA2309Da53648
Octal220336312430111524566110
Binary100100001101111011001010100011010011101101001011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,222,202); }

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

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

 a { background-color: rgb(144,222,202); }

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

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

 span { border-color: rgb(144,222,202); }

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