#7DEBBA

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

Shades of Riptide #7DEBBA

Tints of Riptide #7DEBBA

Color information

#7DEBBA (or 0x7DEBBA) is unknown color: approx Riptide. HEX triplet: 7D, EB and BA. RGB value is (125,235,186). Sum of RGB (Red+Green+Blue) = 125+235+186=546 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.89% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBBA is #821445. Grayscale: #C4C4C4. Windows color (decimal): -8524870 or 12249981. OLE color: 12249981.

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

Color convert

RGB125235186-
CMYK0.4700.210.08
HSL153.27º73.33%70.59%-
HSV(B)153.27º46.81%92.16%-
XYZ47.0367.3256.97-
YUV196.52122.0676.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.89%
GREEN value IS 235 (92.19% from 255) = 43.04%
BLUE value IS 186 (73.05% from 255) = 34.07%
R=22.89%
G=43.04%
B=34.07%

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
Decimal1252351860.4700.210.08153.2773.3370.59
Hex7DEBBA2F0158994947
Octal1753532725702510231111107
Binary1111101111010111011101010111101010110001001100110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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