#9ADDC9

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

Shades of Riptide #9ADDC9

Tints of Riptide #9ADDC9

Color information

#9ADDC9 (or 0x9ADDC9) is unknown color: approx Riptide. HEX triplet: 9A, DD and C9. RGB value is (154,221,201). Sum of RGB (Red+Green+Blue) = 154+221+201=576 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.74% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADDC9 is #652236. Grayscale: #C6C6C6. Windows color (decimal): -6627895 or 13229466. OLE color: 13229466.

HSL color Cylindrical-coordinate representation of color #9ADDC9: hue angle of 162.09º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADDC9 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB154221201-
CMYK0.3000.090.13
HSL162.09º49.63%73.53%-
HSV(B)162.09º30.32%86.67%-
XYZ49.7362.864.76-
YUV198.69129.396.13-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.74%
GREEN value IS 221 (86.72% from 255) = 38.37%
BLUE value IS 201 (78.91% from 255) = 34.90%
R=26.74%
G=38.37%
B=34.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542212010.3000.090.13162.0949.6373.53
Hex9ADDC91E09Da2324a
Octal232335311360111524262112
Binary10011010110111011100100111110010011101101000101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,221,201); }

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

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

 a { background-color: rgb(154,221,201); }

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

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

 span { border-color: rgb(154,221,201); }

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