Html Css Color HEX #7DE5C1 Riptide

📋 copy color: '#7DE5C1'

red 125 ◦ green 229 ◦ blue 193

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

Shades of Riptide #7DE5C1

Tints of Riptide #7DE5C1

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.86%

 BLUE value IS 193 (75.78% from 255) = 35.28%

R = 22.85%
G = 41.86%
B = 35.28%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#7DE5C1 (or 0x7DE5C1) is known color: Riptide. HEX triplet: 7D, E5 and C1. RGB value is (125,229,193). Sum of RGB (Red+Green+Blue) = 125+229+193=547 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.85% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 229 - color contains mainly: green. Hex color #7DE5C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE5C1 is #821A3E. Grayscale: #C1C1C1. Windows color (decimal): -8526399 or 12707197. OLE color: 12707197.

HSL color Cylindrical-coordinate representation of color #7DE5C1: hue angle of 159.23º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DE5C1 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 125 229 193 -
CMYK 0.45 0 0.16 0.10
HSL 159.23º 0.67% 0.69% -
HSV(B) 159.23º 0.45% 0.9% -
XYZ 46.1 64.25 60.42 -
YUV 193.8 127.54 78.93 -
System Red Green Blue C M Y K H S L
Decimal 125 229 193 0.45 0 0.16 0.10 159.23 0.67 0.69
Hex 7D E5 C1 2D 0 10 A 9F 43 45
Octal 175 345 301 55 0 20 12 237 103 105
Binary 1111101 11100101 11000001 101101 0 10000 1010 10011111 1000011 1000101

Color Harmonies of #7DE5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE5C1

Black with #7DE5C1

Text Example


Text Example

White with #7DE5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,229,193); }

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

background-color css

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

 a { background-color: rgb(125,229,193); }

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

border-color css

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

 span { border-color: rgb(125,229,193); }

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