Html Css Color HEX #7ADCD4 Riptide

📋 copy color: '#7ADCD4'

red 122 ◦ green 220 ◦ blue 212

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

Shades of Riptide #7ADCD4

Tints of Riptide #7ADCD4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.71%

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

R = 22.02%
G = 39.71%
B = 38.27%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#7ADCD4 (or 0x7ADCD4) is known color: Riptide. HEX triplet: 7A, DC and D4. RGB value is (122,220,212). Sum of RGB (Red+Green+Blue) = 122+220+212=554 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.02% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADCD4 is #85232B. Grayscale: #BDBDBD. Windows color (decimal): -8725292 or 13950074. OLE color: 13950074.

HSL color Cylindrical-coordinate representation of color #7ADCD4: hue angle of 175.1º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADCD4 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 220 212 -
CMYK 0.45 0 0.04 0.14
HSL 175.1º 0.58% 0.67% -
HSV(B) 175.1º 0.45% 0.86% -
XYZ 45.5 60.08 71.49 -
YUV 189.79 140.53 79.65 -
System Red Green Blue C M Y K H S L
Decimal 122 220 212 0.45 0 0.04 0.14 175.1 0.58 0.67
Hex 7A DC D4 2D 0 4 E AF 3A 43
Octal 172 334 324 55 0 4 16 257 72 103
Binary 1111010 11011100 11010100 101101 0 100 1110 10101111 111010 1000011

Color Harmonies of #7ADCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADCD4

Black with #7ADCD4

Text Example


Text Example

White with #7ADCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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