Html Css Color HEX #7EEAD2 Riptide

📋 copy color: '#7EEAD2'

red 126 ◦ green 234 ◦ blue 210

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

Shades of Riptide #7EEAD2

Tints of Riptide #7EEAD2

RGB

 RED value IS 126 (49.61% from 255) = 22.11%

 GREEN value IS 234 (91.8% from 255) = 41.05%

 BLUE value IS 210 (82.42% from 255) = 36.84%

R = 22.11%
G = 41.05%
B = 36.84%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#7EEAD2 (or 0x7EEAD2) is known color: Riptide. HEX triplet: 7E, EA and D2. RGB value is (126,234,210). Sum of RGB (Red+Green+Blue) = 126+234+210=570 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.11% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #7EEAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEAD2 is #81152D. Grayscale: #C6C6C6. Windows color (decimal): -8459566 or 13822590. OLE color: 13822590.

HSL color Cylindrical-coordinate representation of color #7EEAD2: hue angle of 166.67º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EEAD2 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 126 234 210 -
CMYK 0.46 0 0.10 0.08
HSL 166.67º 0.72% 0.71% -
HSV(B) 166.67º 0.46% 0.92% -
XYZ 49.66 67.93 71.47 -
YUV 198.97 134.22 75.95 -
System Red Green Blue C M Y K H S L
Decimal 126 234 210 0.46 0 0.10 0.08 166.67 0.72 0.71
Hex 7E EA D2 2E 0 A 8 A7 48 47
Octal 176 352 322 56 0 12 10 247 110 107
Binary 1111110 11101010 11010010 101110 0 1010 1000 10100111 1001000 1000111

Color Harmonies of #7EEAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EEAD2

Black with #7EEAD2

Text Example


Text Example

White with #7EEAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,234,210); }

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

background-color css

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

 a { background-color: rgb(126,234,210); }

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

border-color css

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

 span { border-color: rgb(126,234,210); }

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