Html Css Color HEX #7ADDD3 Riptide

📋 copy color: '#7ADDD3'

red 122 ◦ green 221 ◦ blue 211

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

Shades of Riptide #7ADDD3

Tints of Riptide #7ADDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.09%

R = 22.02%
G = 39.89%
B = 38.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#7ADDD3 (or 0x7ADDD3) is known color: Riptide. HEX triplet: 7A, DD and D3. RGB value is (122,221,211). Sum of RGB (Red+Green+Blue) = 122+221+211=554 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.02% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDD3 is #85222C. Grayscale: #BEBEBE. Windows color (decimal): -8725037 or 13884794. OLE color: 13884794.

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

Color convert

RGB 122 221 211 -
CMYK 0.45 0 0.05 0.13
HSL 173.94º 0.59% 0.67% -
HSV(B) 173.94º 0.45% 0.87% -
XYZ 45.64 60.55 70.91 -
YUV 190.26 139.7 79.31 -
System Red Green Blue C M Y K H S L
Decimal 122 221 211 0.45 0 0.05 0.13 173.94 0.59 0.67
Hex 7A DD D3 2D 0 5 D AE 3B 43
Octal 172 335 323 55 0 5 15 256 73 103
Binary 1111010 11011101 11010011 101101 0 101 1101 10101110 111011 1000011

Color Harmonies of #7ADDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADDD3

Black with #7ADDD3

Text Example


Text Example

White with #7ADDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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