#7DE5BD

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

Shades of Riptide #7DE5BD

Tints of Riptide #7DE5BD

Color information

#7DE5BD (or 0x7DE5BD) is unknown color: approx Riptide. HEX triplet: 7D, E5 and BD. RGB value is (125,229,189). Sum of RGB (Red+Green+Blue) = 125+229+189=543 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.02% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 229 - color contains mainly: green. Hex color #7DE5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE5BD is #821A42. Grayscale: #C1C1C1. Windows color (decimal): -8526403 or 12445053. OLE color: 12445053.

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

Color convert

RGB125229189-
CMYK0.4500.170.10
HSL156.92º66.67%69.41%-
HSV(B)156.92º45.41%89.8%-
XYZ45.6664.0758.1-
YUV193.34125.5479.25-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.02%
GREEN value IS 229 (89.84% from 255) = 42.17%
BLUE value IS 189 (74.22% from 255) = 34.81%
R=23.02%
G=42.17%
B=34.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1252291890.4500.170.10156.9266.6769.41
Hex7DE5BD2D011A9d4345
Octal1753452755502112235103105
Binary1111101111001011011110110110101000110101001110110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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