#7DE5DB

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

Shades of Riptide #7DE5DB

Tints of Riptide #7DE5DB

Color information

#7DE5DB (or 0x7DE5DB) is unknown color: approx Riptide. HEX triplet: 7D, E5 and DB. RGB value is (125,229,219). Sum of RGB (Red+Green+Blue) = 125+229+219=573 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.82% from 573); Green value is 229 (89.84% from 255 or 39.97% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 229 - color contains mainly: green. Hex color #7DE5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE5DB is #821A24. Grayscale: #C4C4C4. Windows color (decimal): -8526373 or 14411133. OLE color: 14411133.

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

Color convert

RGB125229219-
CMYK0.4500.040.10
HSL174.23º66.67%69.41%-
HSV(B)174.23º45.41%89.8%-
XYZ49.2665.5177.07-
YUV196.76140.5476.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.82%
GREEN value IS 229 (89.84% from 255) = 39.97%
BLUE value IS 219 (85.94% from 255) = 38.22%
R=21.82%
G=39.97%
B=38.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1252292190.4500.040.10174.2366.6769.41
Hex7DE5DB2D04Aae4345
Octal175345333550412256103105
Binary11111011110010111011011101101010010101010111010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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