#7DEACC

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

Shades of Riptide #7DEACC

Tints of Riptide #7DEACC

Color information

#7DEACC (or 0x7DEACC) is unknown color: approx Riptide. HEX triplet: 7D, EA and CC. RGB value is (125,234,204). Sum of RGB (Red+Green+Blue) = 125+234+204=563 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.20% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 234 - color contains mainly: green. Hex color #7DEACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEACC is #821533. Grayscale: #C6C6C6. Windows color (decimal): -8525108 or 13429373. OLE color: 13429373.

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

Color convert

RGB125234204-
CMYK0.4700.130.08
HSL163.49º72.19%70.39%-
HSV(B)163.49º46.58%91.76%-
XYZ48.7867.5767.6-
YUV197.99131.3975.94-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.20%
GREEN value IS 234 (91.80% from 255) = 41.56%
BLUE value IS 204 (80.08% from 255) = 36.23%
R=22.20%
G=41.56%
B=36.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252342040.4700.130.08163.4972.1970.39
Hex7DEACC2F0D8a34846
Octal1753523145701510243110106
Binary111110111101010110011001011110110110001010001110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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