Html Css Color HEX #7DE1C5 Riptide

📋 copy color: '#7DE1C5'

red 125 ◦ green 225 ◦ blue 197

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

Shades of Riptide #7DE1C5

Tints of Riptide #7DE1C5

RGB

 RED value IS 125 (49.22% from 255) = 22.85%

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

 BLUE value IS 197 (77.34% from 255) = 36.01%

R = 22.85%
G = 41.13%
B = 36.01%

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

#7DE1C5 (or 0x7DE1C5) is known color: Riptide. HEX triplet: 7D, E1 and C5. RGB value is (125,225,197). Sum of RGB (Red+Green+Blue) = 125+225+197=547 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.85% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #7DE1C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE1C5 is #821E3A. Grayscale: #BFBFBF. Windows color (decimal): -8527419 or 12968317. OLE color: 12968317.

HSL color Cylindrical-coordinate representation of color #7DE1C5: hue angle of 163.2º 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 #7DE1C5 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 125 225 197 -
CMYK 0.44 0 0.12 0.12
HSL 163.2º 0.63% 0.69% -
HSV(B) 163.2º 0.44% 0.88% -
XYZ 45.46 62.24 62.44 -
YUV 191.91 130.87 80.28 -
System Red Green Blue C M Y K H S L
Decimal 125 225 197 0.44 0 0.12 0.12 163.2 0.63 0.69
Hex 7D E1 C5 2C 0 C C A3 3E 45
Octal 175 341 305 54 0 14 14 243 76 105
Binary 1111101 11100001 11000101 101100 0 1100 1100 10100011 111110 1000101

Color Harmonies of #7DE1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE1C5

Black with #7DE1C5

Text Example


Text Example

White with #7DE1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,225,197); }

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

background-color css

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

 a { background-color: rgb(125,225,197); }

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

border-color css

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

 span { border-color: rgb(125,225,197); }

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