#7DE8CA

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

Shades of Riptide #7DE8CA

Tints of Riptide #7DE8CA

Color information

#7DE8CA (or 0x7DE8CA) is unknown color: approx Riptide. HEX triplet: 7D, E8 and CA. RGB value is (125,232,202). Sum of RGB (Red+Green+Blue) = 125+232+202=559 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.36% from 559); Green value is 232 (91.02% from 255 or 41.50% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 232 - color contains mainly: green. Hex color #7DE8CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DE8CA is #821735. Grayscale: #C4C4C4. Windows color (decimal): -8525622 or 13297789. OLE color: 13297789.

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

Color convert

RGB125232202-
CMYK0.4600.130.09
HSL163.18º69.93%70%-
HSV(B)163.18º46.12%90.98%-
XYZ47.9766.3466.15-
YUV196.59131.0576.94-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.36%
GREEN value IS 232 (91.02% from 255) = 41.50%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=22.36%
G=41.50%
B=36.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1252322020.4600.130.09163.1869.9370
Hex7DE8CA2E0D9a34646
Octal1753503125601511243106106
Binary111110111101000110010101011100110110011010001110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,232,202); }

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

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

 a { background-color: rgb(125,232,202); }

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

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

 span { border-color: rgb(125,232,202); }

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