#7DE7BD

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

Shades of Riptide #7DE7BD

Tints of Riptide #7DE7BD

Color information

#7DE7BD (or 0x7DE7BD) is unknown color: approx Riptide. HEX triplet: 7D, E7 and BD. RGB value is (125,231,189). Sum of RGB (Red+Green+Blue) = 125+231+189=545 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.94% from 545); Green value is 231 (90.62% from 255 or 42.39% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 231 - color contains mainly: green. Hex color #7DE7BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DE7BD is #821842. Grayscale: #C2C2C2. Windows color (decimal): -8525891 or 12445565. OLE color: 12445565.

HSL color Cylindrical-coordinate representation of color #7DE7BD: hue angle of 156.23º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DE7BD is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB125231189-
CMYK0.4600.180.09
HSL156.23º68.83%69.8%-
HSV(B)156.23º45.89%90.59%-
XYZ46.2265.1958.29-
YUV194.52124.8878.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.94%
GREEN value IS 231 (90.62% from 255) = 42.39%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=22.94%
G=42.39%
B=34.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1252311890.4600.180.09156.2368.8369.8
Hex7DE7BD2E01299c4546
Octal1753472755602211234105106
Binary1111101111001111011110110111001001010011001110010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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