#7DE5CD

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

Shades of Riptide #7DE5CD

Tints of Riptide #7DE5CD

Color information

#7DE5CD (or 0x7DE5CD) is unknown color: approx Riptide. HEX triplet: 7D, E5 and CD. RGB value is (125,229,205). Sum of RGB (Red+Green+Blue) = 125+229+205=559 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.36% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 229 - color contains mainly: green. Hex color #7DE5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE5CD is #821A32. Grayscale: #C3C3C3. Windows color (decimal): -8526387 or 13493629. OLE color: 13493629.

HSL color Cylindrical-coordinate representation of color #7DE5CD: hue angle of 166.15º 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 #7DE5CD is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB125229205-
CMYK0.4500.100.10
HSL166.15º66.67%69.41%-
HSV(B)166.15º45.41%89.8%-
XYZ47.564.8167.76-
YUV195.17133.5477.95-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.36%
GREEN value IS 229 (89.84% from 255) = 40.97%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=22.36%
G=40.97%
B=36.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1252292050.4500.100.10166.1566.6769.41
Hex7DE5CD2D0AAa64345
Octal1753453155501212246103105
Binary111110111100101110011011011010101010101010011010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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