#7DE7C4

Color #7DE7C4 Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #7DE7C4

Tints of Riptide #7DE7C4

Color information

#7DE7C4 (or 0x7DE7C4) is unknown color: approx Riptide. HEX triplet: 7D, E7 and C4. RGB value is (125,231,196). Sum of RGB (Red+Green+Blue) = 125+231+196=552 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.64% from 552); Green value is 231 (90.62% from 255 or 41.85% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 231 - color contains mainly: green. Hex color #7DE7C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DE7C4 is #82183B. Grayscale: #C3C3C3. Windows color (decimal): -8525884 or 12904317. OLE color: 12904317.

HSL color Cylindrical-coordinate representation of color #7DE7C4: hue angle of 160.19º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DE7C4 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB125231196-
CMYK0.4600.150.09
HSL160.19º68.83%69.8%-
HSV(B)160.19º45.89%90.59%-
XYZ4765.562.39-
YUV195.32128.3877.85-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.64%
GREEN value IS 231 (90.62% from 255) = 41.85%
BLUE value IS 196 (76.95% from 255) = 35.51%
R=22.64%
G=41.85%
B=35.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1252311960.4600.150.09160.1968.8369.8
Hex7DE7C42E0F9a04546
Octal1753473045601711240105106
Binary111110111100111110001001011100111110011010000010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,231,196); }

 H1.HeaderClassName
 {
   color: #7DE7C4;
 }
 .AnyTagClassName
 {
   color: #7DE7C4;
 }
</style>
background-color css

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

 a { background-color: rgb(125,231,196); }

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

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

 span { border-color: rgb(125,231,196); }

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