#7DE0D1

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

Shades of Riptide #7DE0D1

Tints of Riptide #7DE0D1

Color information

#7DE0D1 (or 0x7DE0D1) is unknown color: approx Riptide. HEX triplet: 7D, E0 and D1. RGB value is (125,224,209). Sum of RGB (Red+Green+Blue) = 125+224+209=558 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.40% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 224 - color contains mainly: green. Hex color #7DE0D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE0D1 is #821F2E. Grayscale: #C0C0C0. Windows color (decimal): -8527663 or 13754493. OLE color: 13754493.

HSL color Cylindrical-coordinate representation of color #7DE0D1: hue angle of 170.91º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DE0D1 is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB125224209-
CMYK0.4400.070.12
HSL170.91º61.49%68.43%-
HSV(B)170.91º44.2%87.84%-
XYZ46.6262.2769.88-
YUV192.69137.279.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.40%
GREEN value IS 224 (87.89% from 255) = 40.14%
BLUE value IS 209 (82.03% from 255) = 37.46%
R=22.40%
G=40.14%
B=37.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1252242090.4400.070.12170.9161.4968.43
Hex7DE0D12C07Cab3d44
Octal17534032154071425375104
Binary1111101111000001101000110110001111100101010111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,224,209); }

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

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

 a { background-color: rgb(125,224,209); }

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

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

 span { border-color: rgb(125,224,209); }

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