#7DE7DC

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

Shades of Riptide #7DE7DC

Tints of Riptide #7DE7DC

Color information

#7DE7DC (or 0x7DE7DC) is unknown color: approx Riptide. HEX triplet: 7D, E7 and DC. RGB value is (125,231,220). Sum of RGB (Red+Green+Blue) = 125+231+220=576 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.70% from 576); Green value is 231 (90.62% from 255 or 40.10% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 231 - color contains mainly: green. Hex color #7DE7DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DE7DC is #821823. Grayscale: #C5C5C5. Windows color (decimal): -8525860 or 14477181. OLE color: 14477181.

HSL color Cylindrical-coordinate representation of color #7DE7DC: hue angle of 173.77º 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 #7DE7DC is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB125231220-
CMYK0.4600.050.09
HSL173.77º68.83%69.8%-
HSV(B)173.77º45.89%90.59%-
XYZ49.9566.6877.95-
YUV198.05140.3875.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.70%
GREEN value IS 231 (90.62% from 255) = 40.10%
BLUE value IS 220 (86.33% from 255) = 38.19%
R=21.70%
G=40.10%
B=38.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1252312200.4600.050.09173.7768.8369.8
Hex7DE7DC2E059ae4546
Octal175347334560511256105106
Binary11111011110011111011100101110010110011010111010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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