Html Css Color HEX #7EDAD1 Riptide

📋 copy color: '#7EDAD1'

red 126 ◦ green 218 ◦ blue 209

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

Shades of Riptide #7EDAD1

Tints of Riptide #7EDAD1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.42%

 BLUE value IS 209 (82.03% from 255) = 37.79%

R = 22.78%
G = 39.42%
B = 37.79%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#7EDAD1 (or 0x7EDAD1) is known color: Riptide. HEX triplet: 7E, DA and D1. RGB value is (126,218,209). Sum of RGB (Red+Green+Blue) = 126+218+209=553 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.78% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDAD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDAD1 is #81252E. Grayscale: #BDBDBD. Windows color (decimal): -8463663 or 13752958. OLE color: 13752958.

HSL color Cylindrical-coordinate representation of color #7EDAD1: hue angle of 174.13º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EDAD1 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 218 209 -
CMYK 0.42 0 0.04 0.15
HSL 174.13º 0.55% 0.67% -
HSV(B) 174.13º 0.42% 0.85% -
XYZ 45.18 59.18 69.36 -
YUV 189.47 139.02 82.73 -
System Red Green Blue C M Y K H S L
Decimal 126 218 209 0.42 0 0.04 0.15 174.13 0.55 0.67
Hex 7E DA D1 2A 0 4 F AE 37 43
Octal 176 332 321 52 0 4 17 256 67 103
Binary 1111110 11011010 11010001 101010 0 100 1111 10101110 110111 1000011

Color Harmonies of #7EDAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDAD1

Black with #7EDAD1

Text Example


Text Example

White with #7EDAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,218,209); }

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

background-color css

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

 a { background-color: rgb(126,218,209); }

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

border-color css

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

 span { border-color: rgb(126,218,209); }

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