#7DEACA

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

Shades of Riptide #7DEACA

Tints of Riptide #7DEACA

Color information

#7DEACA (or 0x7DEACA) is unknown color: approx Riptide. HEX triplet: 7D, EA and CA. RGB value is (125,234,202). Sum of RGB (Red+Green+Blue) = 125+234+202=561 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.28% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #7DEACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEACA is #821535. Grayscale: #C5C5C5. Windows color (decimal): -8525110 or 13298301. OLE color: 13298301.

HSL color Cylindrical-coordinate representation of color #7DEACA: hue angle of 162.39º 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 #7DEACA is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB125234202-
CMYK0.4700.140.08
HSL162.39º72.19%70.39%-
HSV(B)162.39º46.58%91.76%-
XYZ48.5467.4766.34-
YUV197.76130.3976.1-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.28%
GREEN value IS 234 (91.80% from 255) = 41.71%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=22.28%
G=41.71%
B=36.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252342020.4700.140.08162.3972.1970.39
Hex7DEACA2F0E8a24846
Octal1753523125701610242110106
Binary111110111101010110010101011110111010001010001010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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