Html Css Color HEX #9ADDCD Riptide

📋 copy color: '#9ADDCD'

red 154 ◦ green 221 ◦ blue 205

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

Shades of Riptide #9ADDCD

Tints of Riptide #9ADDCD

RGB

 RED value IS 154 (60.55% from 255) = 26.55%

 GREEN value IS 221 (86.72% from 255) = 38.1%

 BLUE value IS 205 (80.47% from 255) = 35.34%

R = 26.55%
G = 38.1%
B = 35.34%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#9ADDCD (or 0x9ADDCD) is known color: Riptide. HEX triplet: 9A, DD and CD. RGB value is (154,221,205). Sum of RGB (Red+Green+Blue) = 154+221+205=580 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.55% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADDCD is #652232. Grayscale: #C7C7C7. Windows color (decimal): -6627891 or 13491610. OLE color: 13491610.

HSL color Cylindrical-coordinate representation of color #9ADDCD: hue angle of 165.67º 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 #9ADDCD is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 221 205 -
CMYK 0.30 0 0.07 0.13
HSL 165.67º 0.5% 0.74% -
HSV(B) 165.67º 0.3% 0.87% -
XYZ 50.2 62.99 67.27 -
YUV 199.14 131.3 95.8 -
System Red Green Blue C M Y K H S L
Decimal 154 221 205 0.30 0 0.07 0.13 165.67 0.5 0.74
Hex 9A DD CD 1E 0 7 D A6 32 4A
Octal 232 335 315 36 0 7 15 246 62 112
Binary 10011010 11011101 11001101 11110 0 111 1101 10100110 110010 1001010

Color Harmonies of #9ADDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADDCD

Black with #9ADDCD

Text Example


Text Example

White with #9ADDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9ADDCD;
 }
 .AnyTagClassName
 {
   color: #9ADDCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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