#7DE7CA

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

Shades of Riptide #7DE7CA

Tints of Riptide #7DE7CA

Color information

#7DE7CA (or 0x7DE7CA) is unknown color: approx Riptide. HEX triplet: 7D, E7 and CA. RGB value is (125,231,202). Sum of RGB (Red+Green+Blue) = 125+231+202=558 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.40% from 558); Green value is 231 (90.62% from 255 or 41.40% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 231 - color contains mainly: green. Hex color #7DE7CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DE7CA is #821835. Grayscale: #C4C4C4. Windows color (decimal): -8525878 or 13297533. OLE color: 13297533.

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

Color convert

RGB125231202-
CMYK0.4600.130.09
HSL163.58º68.83%69.8%-
HSV(B)163.58º45.89%90.59%-
XYZ47.6965.7866.06-
YUV196131.3877.36-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.40%
GREEN value IS 231 (90.62% from 255) = 41.40%
BLUE value IS 202 (79.30% from 255) = 36.20%
R=22.40%
G=41.40%
B=36.20%

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
Decimal1252312020.4600.130.09163.5868.8369.8
Hex7DE7CA2E0D9a44546
Octal1753473125601511244105106
Binary111110111100111110010101011100110110011010010010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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