#7DE7D3

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

Shades of Riptide #7DE7D3

Tints of Riptide #7DE7D3

Color information

#7DE7D3 (or 0x7DE7D3) is unknown color: approx Riptide. HEX triplet: 7D, E7 and D3. RGB value is (125,231,211). Sum of RGB (Red+Green+Blue) = 125+231+211=567 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.05% from 567); Green value is 231 (90.62% from 255 or 40.74% from 567); Blue value is 211 (82.81% from 255 or 37.21% from 567); Max value from RGB is 231 - color contains mainly: green. Hex color #7DE7D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DE7D3 is #82182C. Grayscale: #C5C5C5. Windows color (decimal): -8525869 or 13887357. OLE color: 13887357.

HSL color Cylindrical-coordinate representation of color #7DE7D3: hue angle of 168.68º 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 #7DE7D3 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB125231211-
CMYK0.4600.090.09
HSL168.68º68.83%69.8%-
HSV(B)168.68º45.89%90.59%-
XYZ48.7966.2171.84-
YUV197.03135.8876.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.05%
GREEN value IS 231 (90.62% from 255) = 40.74%
BLUE value IS 211 (82.81% from 255) = 37.21%
R=22.05%
G=40.74%
B=37.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1252312110.4600.090.09168.6868.8369.8
Hex7DE7D32E099a94546
Octal1753473235601111251105106
Binary111110111100111110100111011100100110011010100110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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