Html Css Color HEX #7ADDD6 Riptide

📋 copy color: '#7ADDD6'

red 122 ◦ green 221 ◦ blue 214

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

Shades of Riptide #7ADDD6

Tints of Riptide #7ADDD6

RGB

 RED value IS 122 (48.05% from 255) = 21.9%

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

 BLUE value IS 214 (83.98% from 255) = 38.42%

R = 21.9%
G = 39.68%
B = 38.42%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#7ADDD6 (or 0x7ADDD6) is known color: Riptide. HEX triplet: 7A, DD and D6. RGB value is (122,221,214). Sum of RGB (Red+Green+Blue) = 122+221+214=557 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.90% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDD6 is #852229. Grayscale: #BEBEBE. Windows color (decimal): -8725034 or 14081402. OLE color: 14081402.

HSL color Cylindrical-coordinate representation of color #7ADDD6: hue angle of 175.76º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADDD6 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 221 214 -
CMYK 0.45 0 0.03 0.13
HSL 175.76º 0.59% 0.67% -
HSV(B) 175.76º 0.45% 0.87% -
XYZ 46.02 60.71 72.91 -
YUV 190.6 141.2 79.07 -
System Red Green Blue C M Y K H S L
Decimal 122 221 214 0.45 0 0.03 0.13 175.76 0.59 0.67
Hex 7A DD D6 2D 0 3 D B0 3B 43
Octal 172 335 326 55 0 3 15 260 73 103
Binary 1111010 11011101 11010110 101101 0 11 1101 10110000 111011 1000011

Color Harmonies of #7ADDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADDD6

Black with #7ADDD6

Text Example


Text Example

White with #7ADDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7ADDD6; }

 p { color: rgb(122,221,214); }

 H1.HeaderClassName
 {
   color: #7ADDD6;
 }
 .AnyTagClassName
 {
   color: #7ADDD6;
 }
</style>

background-color css

<style>
 a { background-color: #7ADDD6; }

 a { background-color: rgb(122,221,214); }

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

border-color css

<style>
 span { border-color: #7ADDD6; }

 span { border-color: rgb(122,221,214); }

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