Html Css Color HEX #7ADDD4 Riptide

📋 copy color: '#7ADDD4'

red 122 ◦ green 221 ◦ blue 212

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

Shades of Riptide #7ADDD4

Tints of Riptide #7ADDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.2%

R = 21.98%
G = 39.82%
B = 38.2%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#7ADDD4 (or 0x7ADDD4) is known color: Riptide. HEX triplet: 7A, DD and D4. RGB value is (122,221,212). Sum of RGB (Red+Green+Blue) = 122+221+212=555 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.98% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDD4 is #85222B. Grayscale: #BEBEBE. Windows color (decimal): -8725036 or 13950330. OLE color: 13950330.

HSL color Cylindrical-coordinate representation of color #7ADDD4: hue angle of 174.55º 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 #7ADDD4 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 221 212 -
CMYK 0.45 0 0.04 0.13
HSL 174.55º 0.59% 0.67% -
HSV(B) 174.55º 0.45% 0.87% -
XYZ 45.77 60.6 71.57 -
YUV 190.37 140.2 79.23 -
System Red Green Blue C M Y K H S L
Decimal 122 221 212 0.45 0 0.04 0.13 174.55 0.59 0.67
Hex 7A DD D4 2D 0 4 D AF 3B 43
Octal 172 335 324 55 0 4 15 257 73 103
Binary 1111010 11011101 11010100 101101 0 100 1101 10101111 111011 1000011

Color Harmonies of #7ADDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADDD4

Black with #7ADDD4

Text Example


Text Example

White with #7ADDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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