#7DEAD1

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

Shades of Riptide #7DEAD1

Tints of Riptide #7DEAD1

Color information

#7DEAD1 (or 0x7DEAD1) is unknown color: approx Riptide. HEX triplet: 7D, EA and D1. RGB value is (125,234,209). Sum of RGB (Red+Green+Blue) = 125+234+209=568 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.01% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #7DEAD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEAD1 is #82152E. Grayscale: #C6C6C6. Windows color (decimal): -8525103 or 13757053. OLE color: 13757053.

HSL color Cylindrical-coordinate representation of color #7DEAD1: hue angle of 166.24º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEAD1 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB125234209-
CMYK0.4700.110.08
HSL166.24º72.19%70.39%-
HSV(B)166.24º46.58%91.76%-
XYZ49.3967.8170.81-
YUV198.56133.8975.53-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.01%
GREEN value IS 234 (91.80% from 255) = 41.20%
BLUE value IS 209 (82.03% from 255) = 36.80%
R=22.01%
G=41.20%
B=36.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252342090.4700.110.08166.2472.1970.39
Hex7DEAD12F0B8a64846
Octal1753523215701310246110106
Binary111110111101010110100011011110101110001010011010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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