#7DECBB

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

Shades of Riptide #7DECBB

Tints of Riptide #7DECBB

Color information

#7DECBB (or 0x7DECBB) is unknown color: approx Riptide. HEX triplet: 7D, EC and BB. RGB value is (125,236,187). Sum of RGB (Red+Green+Blue) = 125+236+187=548 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.81% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DECBB is #821344. Grayscale: #C5C5C5. Windows color (decimal): -8524613 or 12315773. OLE color: 12315773.

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

Color convert

RGB125236187-
CMYK0.4700.210.07
HSL153.51º74.5%70.78%-
HSV(B)153.51º47.03%92.55%-
XYZ47.4267.9457.63-
YUV197.22122.2376.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.81%
GREEN value IS 236 (92.58% from 255) = 43.07%
BLUE value IS 187 (73.44% from 255) = 34.12%
R=22.81%
G=43.07%
B=34.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252361870.4700.210.07153.5174.570.78
Hex7DECBB2F01579a4a47
Octal175354273570257232112107
Binary111110111101100101110111011110101011111001101010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DECBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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