Html Css Color HEX #7EE1C6 Riptide

📋 copy color: '#7EE1C6'

red 126 ◦ green 225 ◦ blue 198

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

Shades of Riptide #7EE1C6

Tints of Riptide #7EE1C6

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.98%

 BLUE value IS 198 (77.73% from 255) = 36.07%

R = 22.95%
G = 40.98%
B = 36.07%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#7EE1C6 (or 0x7EE1C6) is known color: Riptide. HEX triplet: 7E, E1 and C6. RGB value is (126,225,198). Sum of RGB (Red+Green+Blue) = 126+225+198=549 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.95% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 225 - color contains mainly: green. Hex color #7EE1C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE1C6 is #811E39. Grayscale: #C0C0C0. Windows color (decimal): -8461882 or 13033854. OLE color: 13033854.

HSL color Cylindrical-coordinate representation of color #7EE1C6: hue angle of 163.64º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EE1C6 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 126 225 198 -
CMYK 0.44 0 0.12 0.12
HSL 163.64º 0.62% 0.69% -
HSV(B) 163.64º 0.44% 0.88% -
XYZ 45.72 62.36 63.05 -
YUV 192.32 131.2 80.7 -
System Red Green Blue C M Y K H S L
Decimal 126 225 198 0.44 0 0.12 0.12 163.64 0.62 0.69
Hex 7E E1 C6 2C 0 C C A4 3E 45
Octal 176 341 306 54 0 14 14 244 76 105
Binary 1111110 11100001 11000110 101100 0 1100 1100 10100100 111110 1000101

Color Harmonies of #7EE1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EE1C6

Black with #7EE1C6

Text Example


Text Example

White with #7EE1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,225,198); }

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

background-color css

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

 a { background-color: rgb(126,225,198); }

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

border-color css

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

 span { border-color: rgb(126,225,198); }

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