Html Css Color HEX #7EDDD2 Riptide

📋 copy color: '#7EDDD2'

red 126 ◦ green 221 ◦ blue 210

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

Shades of Riptide #7EDDD2

Tints of Riptide #7EDDD2

RGB

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

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

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

R = 22.62%
G = 39.68%
B = 37.7%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#7EDDD2 (or 0x7EDDD2) is known color: Riptide. HEX triplet: 7E, DD and D2. RGB value is (126,221,210). Sum of RGB (Red+Green+Blue) = 126+221+210=557 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.62% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDDD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDDD2 is #81222D. Grayscale: #BFBFBF. Windows color (decimal): -8462894 or 13819262. OLE color: 13819262.

HSL color Cylindrical-coordinate representation of color #7EDDD2: hue angle of 173.05º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDDD2 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 221 210 -
CMYK 0.43 0 0.05 0.13
HSL 173.05º 0.58% 0.68% -
HSV(B) 173.05º 0.43% 0.87% -
XYZ 46.09 60.8 70.28 -
YUV 191.34 138.53 81.39 -
System Red Green Blue C M Y K H S L
Decimal 126 221 210 0.43 0 0.05 0.13 173.05 0.58 0.68
Hex 7E DD D2 2B 0 5 D AD 3A 44
Octal 176 335 322 53 0 5 15 255 72 104
Binary 1111110 11011101 11010010 101011 0 101 1101 10101101 111010 1000100

Color Harmonies of #7EDDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDDD2

Black with #7EDDD2

Text Example


Text Example

White with #7EDDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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