#7DECB8

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

Shades of Riptide #7DECB8

Tints of Riptide #7DECB8

Color information

#7DECB8 (or 0x7DECB8) is unknown color: approx Riptide. HEX triplet: 7D, EC and B8. RGB value is (125,236,184). Sum of RGB (Red+Green+Blue) = 125+236+184=545 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.94% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 184 (72.27% from 255 or 33.76% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DECB8 is #821347. Grayscale: #C4C4C4. Windows color (decimal): -8524616 or 12119165. OLE color: 12119165.

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

Color convert

RGB125236184-
CMYK0.4700.220.07
HSL151.89º74.5%70.78%-
HSV(B)151.89º47.03%92.55%-
XYZ47.167.8155.95-
YUV196.88120.7376.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.94%
GREEN value IS 236 (92.58% from 255) = 43.30%
BLUE value IS 184 (72.27% from 255) = 33.76%
R=22.94%
G=43.30%
B=33.76%

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
Decimal1252361840.4700.220.07151.8974.570.78
Hex7DECB82F0167984a47
Octal175354270570267230112107
Binary111110111101100101110001011110101101111001100010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DECB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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