#9ADACA

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

Shades of Riptide #9ADACA

Tints of Riptide #9ADACA

Color information

#9ADACA (or 0x9ADACA) is unknown color: approx Riptide. HEX triplet: 9A, DA and CA. RGB value is (154,218,202). Sum of RGB (Red+Green+Blue) = 154+218+202=574 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.83% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADACA is #652535. Grayscale: #C5C5C5. Windows color (decimal): -6628662 or 13294234. OLE color: 13294234.

HSL color Cylindrical-coordinate representation of color #9ADACA: hue angle of 165º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ADACA is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB154218202-
CMYK0.2900.070.15
HSL165º46.38%72.94%-
HSV(B)165º29.36%85.49%-
XYZ49.0661.2865.12-
YUV197.04130.897.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.83%
GREEN value IS 218 (85.55% from 255) = 37.98%
BLUE value IS 202 (79.30% from 255) = 35.19%
R=26.83%
G=37.98%
B=35.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542182020.2900.070.1516546.3872.94
Hex9ADACA1D07Fa52e49
Octal23233231235071724556111
Binary1001101011011010110010101110101111111101001011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ADACA; }

 p { color: rgb(154,218,202); }

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

<style>
 a { background-color: #9ADACA; }

 a { background-color: rgb(154,218,202); }

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

<style>
 span { border-color: #9ADACA; }

 span { border-color: rgb(154,218,202); }

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