#7DE7CD

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

Shades of Riptide #7DE7CD

Tints of Riptide #7DE7CD

Color information

#7DE7CD (or 0x7DE7CD) is unknown color: approx Riptide. HEX triplet: 7D, E7 and CD. RGB value is (125,231,205). Sum of RGB (Red+Green+Blue) = 125+231+205=561 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.28% from 561); Green value is 231 (90.62% from 255 or 41.18% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 231 - color contains mainly: green. Hex color #7DE7CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DE7CD is #821832. Grayscale: #C4C4C4. Windows color (decimal): -8525875 or 13494141. OLE color: 13494141.

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

Color convert

RGB125231205-
CMYK0.4600.110.09
HSL165.28º68.83%69.8%-
HSV(B)165.28º45.89%90.59%-
XYZ48.0565.9267.95-
YUV196.34132.8877.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.28%
GREEN value IS 231 (90.62% from 255) = 41.18%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=22.28%
G=41.18%
B=36.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1252312050.4600.110.09165.2868.8369.8
Hex7DE7CD2E0B9a54546
Octal1753473155601311245105106
Binary111110111100111110011011011100101110011010010110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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