Html Css Color HEX #7DE3BE Riptide

📋 copy color: '#7DE3BE'

red 125 ◦ green 227 ◦ blue 190

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

Shades of Riptide #7DE3BE

Tints of Riptide #7DE3BE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.88%

 BLUE value IS 190 (74.61% from 255) = 35.06%

R = 23.06%
G = 41.88%
B = 35.06%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#7DE3BE (or 0x7DE3BE) is known color: Riptide. HEX triplet: 7D, E3 and BE. RGB value is (125,227,190). Sum of RGB (Red+Green+Blue) = 125+227+190=542 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.06% from 542); Green value is 227 (89.06% from 255 or 41.88% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 227 - color contains mainly: green. Hex color #7DE3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE3BE is #821C41. Grayscale: #C0C0C0. Windows color (decimal): -8526914 or 12510077. OLE color: 12510077.

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

Color convert

RGB 125 227 190 -
CMYK 0.45 0 0.16 0.11
HSL 158.24º 0.65% 0.69% -
HSV(B) 158.24º 0.45% 0.89% -
XYZ 45.22 63.02 58.5 -
YUV 192.28 126.71 80.01 -
System Red Green Blue C M Y K H S L
Decimal 125 227 190 0.45 0 0.16 0.11 158.24 0.65 0.69
Hex 7D E3 BE 2D 0 10 B 9E 41 45
Octal 175 343 276 55 0 20 13 236 101 105
Binary 1111101 11100011 10111110 101101 0 10000 1011 10011110 1000001 1000101

Color Harmonies of #7DE3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE3BE

Black with #7DE3BE

Text Example


Text Example

White with #7DE3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,227,190); }

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

background-color css

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

 a { background-color: rgb(125,227,190); }

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

border-color css

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

 span { border-color: rgb(125,227,190); }

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