#7de8bd

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

Shades of Riptide #7DE8BD

Tints of Riptide #7DE8BD

Color information

#7DE8BD (or 0x7DE8BD) is unknown color: approx Riptide. HEX triplet: 7D, E8 and BD. RGB value is (125,232,189). Sum of RGB (Red+Green+Blue) = 125+232+189=546 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.89% from 546); Green value is 232 (91.02% from 255 or 42.49% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 232 - color contains mainly: green. Hex color #7DE8BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DE8BD is #821742. Grayscale: #C3C3C3. Windows color (decimal): -8525635 or 12445821. OLE color: 12445821.

HSL color Cylindrical-coordinate representation of color #7DE8BD: hue angle of 155.89º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DE8BD is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB125232189-
CMYK0.4600.190.09
HSL155.89º69.93%70%-
HSV(B)155.89º46.12%90.98%-
XYZ46.565.7558.38-
YUV195.1124.5578-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.89%
GREEN value IS 232 (91.02% from 255) = 42.49%
BLUE value IS 189 (74.22% from 255) = 34.62%
R=22.89%
G=42.49%
B=34.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1252321890.4600.190.09155.8969.9370
Hex7DE8BD2E01399c4646
Octal1753502755602311234106106
Binary1111101111010001011110110111001001110011001110010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7de8bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,232,189); }

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

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

 a { background-color: rgb(125,232,189); }

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

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

 span { border-color: rgb(125,232,189); }

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