#7DEBBB

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

Shades of Riptide #7DEBBB

Tints of Riptide #7DEBBB

Color information

#7DEBBB (or 0x7DEBBB) is unknown color: approx Riptide. HEX triplet: 7D, EB and BB. RGB value is (125,235,187). Sum of RGB (Red+Green+Blue) = 125+235+187=547 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.85% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBBB is #821444. Grayscale: #C4C4C4. Windows color (decimal): -8524869 or 12315517. OLE color: 12315517.

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

Color convert

RGB125235187-
CMYK0.4700.200.08
HSL153.82º73.33%70.59%-
HSV(B)153.82º46.81%92.16%-
XYZ47.1467.3657.53-
YUV196.64122.5676.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.85%
GREEN value IS 235 (92.19% from 255) = 42.96%
BLUE value IS 187 (73.44% from 255) = 34.19%
R=22.85%
G=42.96%
B=34.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252351870.4700.200.08153.8273.3370.59
Hex7DEBBB2F01489a4947
Octal1753532735702410232111107
Binary1111101111010111011101110111101010010001001101010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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