#7de1c2

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

Shades of Riptide #7DE1C2

Tints of Riptide #7DE1C2

Color information

#7DE1C2 (or 0x7DE1C2) is unknown color: approx Riptide. HEX triplet: 7D, E1 and C2. RGB value is (125,225,194). Sum of RGB (Red+Green+Blue) = 125+225+194=544 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.98% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 225 - color contains mainly: green. Hex color #7DE1C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE1C2 is #821E3D. Grayscale: #BFBFBF. Windows color (decimal): -8527422 or 12771709. OLE color: 12771709.

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

Color convert

RGB125225194-
CMYK0.4400.140.12
HSL161.4º62.5%68.63%-
HSV(B)161.4º44.44%88.24%-
XYZ45.1262.1160.65-
YUV191.57129.3780.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.98%
GREEN value IS 225 (88.28% from 255) = 41.36%
BLUE value IS 194 (76.17% from 255) = 35.66%
R=22.98%
G=41.36%
B=35.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1252251940.4400.140.12161.462.568.63
Hex7DE1C22C0ECa13e45
Octal175341302540161424176105
Binary11111011110000111000010101100011101100101000011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7de1c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,225,194); }

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

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

 a { background-color: rgb(125,225,194); }

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

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

 span { border-color: rgb(125,225,194); }

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