#7DECB9

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

Shades of Riptide #7DECB9

Tints of Riptide #7DECB9

Color information

#7DECB9 (or 0x7DECB9) is unknown color: approx Riptide. HEX triplet: 7D, EC and B9. RGB value is (125,236,185). Sum of RGB (Red+Green+Blue) = 125+236+185=546 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.89% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DECB9 is #821346. Grayscale: #C5C5C5. Windows color (decimal): -8524615 or 12184701. OLE color: 12184701.

HSL color Cylindrical-coordinate representation of color #7DECB9: hue angle of 152.43º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DECB9 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB125236185-
CMYK0.4700.220.07
HSL152.43º74.5%70.78%-
HSV(B)152.43º47.03%92.55%-
XYZ47.2167.8556.51-
YUV197121.2376.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.89%
GREEN value IS 236 (92.58% from 255) = 43.22%
BLUE value IS 185 (72.66% from 255) = 33.88%
R=22.89%
G=43.22%
B=33.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252361850.4700.220.07152.4374.570.78
Hex7DECB92F0167984a47
Octal175354271570267230112107
Binary111110111101100101110011011110101101111001100010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DECB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,236,185); }

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

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

 a { background-color: rgb(125,236,185); }

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

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

 span { border-color: rgb(125,236,185); }

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