#7DE1CD

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

Shades of Riptide #7DE1CD

Tints of Riptide #7DE1CD

Color information

#7DE1CD (or 0x7DE1CD) is unknown color: approx Riptide. HEX triplet: 7D, E1 and CD. RGB value is (125,225,205). Sum of RGB (Red+Green+Blue) = 125+225+205=555 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.52% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 225 - color contains mainly: green. Hex color #7DE1CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE1CD is #821E32. Grayscale: #C0C0C0. Windows color (decimal): -8527411 or 13492605. OLE color: 13492605.

HSL color Cylindrical-coordinate representation of color #7DE1CD: hue angle of 168º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DE1CD is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB125225205-
CMYK0.4400.090.12
HSL168º62.5%68.63%-
HSV(B)168º44.44%88.24%-
XYZ46.462.6267.4-
YUV192.82134.8779.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.52%
GREEN value IS 225 (88.28% from 255) = 40.54%
BLUE value IS 205 (80.47% from 255) = 36.94%
R=22.52%
G=40.54%
B=36.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1252252050.4400.090.1216862.568.63
Hex7DE1CD2C09Ca83e45
Octal175341315540111425076105
Binary11111011110000111001101101100010011100101010001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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