#7DEBB9

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

Shades of Riptide #7DEBB9

Tints of Riptide #7DEBB9

Color information

#7DEBB9 (or 0x7DEBB9) is unknown color: approx Riptide. HEX triplet: 7D, EB and B9. RGB value is (125,235,185). Sum of RGB (Red+Green+Blue) = 125+235+185=545 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.94% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBB9 is #821446. Grayscale: #C4C4C4. Windows color (decimal): -8524871 or 12184445. OLE color: 12184445.

HSL color Cylindrical-coordinate representation of color #7DEBB9: hue angle of 152.73º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEBB9 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB125235185-
CMYK0.4700.210.08
HSL152.73º73.33%70.59%-
HSV(B)152.73º46.81%92.16%-
XYZ46.9267.2856.41-
YUV196.41121.5677.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.94%
GREEN value IS 235 (92.19% from 255) = 43.12%
BLUE value IS 185 (72.66% from 255) = 33.94%
R=22.94%
G=43.12%
B=33.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252351850.4700.210.08152.7373.3370.59
Hex7DEBB92F0158994947
Octal1753532715702510231111107
Binary1111101111010111011100110111101010110001001100110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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