Html Css Color HEX #9ADDC9 Riptide

📋 copy color: '#9ADDC9'

red 154 ◦ green 221 ◦ blue 201

#9ADDC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Riptide #9ADDC9

Tints of Riptide #9ADDC9

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.9%

R = 26.74%
G = 38.37%
B = 34.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#9ADDC9 (or 0x9ADDC9) is known color: 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

RGB 154 221 201 -
CMYK 0.30 0 0.09 0.13
HSL 162.09º 0.5% 0.74% -
HSV(B) 162.09º 0.3% 0.87% -
XYZ 49.73 62.8 64.76 -
YUV 198.69 129.3 96.13 -
System Red Green Blue C M Y K H S L
Decimal 154 221 201 0.30 0 0.09 0.13 162.09 0.5 0.74
Hex 9A DD C9 1E 0 9 D A2 32 4A
Octal 232 335 311 36 0 11 15 242 62 112
Binary 10011010 11011101 11001001 11110 0 1001 1101 10100010 110010 1001010

Color Harmonies of #9ADDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADDC9

Black with #9ADDC9

Text Example


Text Example

White with #9ADDC9

Text Example


Text Example

HTML Codes & Css Web 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>