#7DE4CD

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

Shades of Riptide #7DE4CD

Tints of Riptide #7DE4CD

Color information

#7DE4CD (or 0x7DE4CD) is unknown color: approx Riptide. HEX triplet: 7D, E4 and CD. RGB value is (125,228,205). Sum of RGB (Red+Green+Blue) = 125+228+205=558 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.40% from 558); Green value is 228 (89.45% from 255 or 40.86% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 228 - color contains mainly: green. Hex color #7DE4CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE4CD is #821B32. Grayscale: #C2C2C2. Windows color (decimal): -8526643 or 13493373. OLE color: 13493373.

HSL color Cylindrical-coordinate representation of color #7DE4CD: hue angle of 166.6º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DE4CD is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB125228205-
CMYK0.4500.100.11
HSL166.6º65.61%69.22%-
HSV(B)166.6º45.18%89.41%-
XYZ47.2264.2567.67-
YUV194.58133.8878.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.40%
GREEN value IS 228 (89.45% from 255) = 40.86%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=22.40%
G=40.86%
B=36.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1252282050.4500.100.11166.665.6169.22
Hex7DE4CD2D0ABa74245
Octal1753443155501213247102105
Binary111110111100100110011011011010101010111010011110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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