#7DEBC2

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

Shades of Riptide #7DEBC2

Tints of Riptide #7DEBC2

Color information

#7DEBC2 (or 0x7DEBC2) is unknown color: approx Riptide. HEX triplet: 7D, EB and C2. RGB value is (125,235,194). Sum of RGB (Red+Green+Blue) = 125+235+194=554 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.56% from 554); Green value is 235 (92.19% from 255 or 42.42% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBC2 is #82143D. Grayscale: #C5C5C5. Windows color (decimal): -8524862 or 12774269. OLE color: 12774269.

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

Color convert

RGB125235194-
CMYK0.4700.170.08
HSL157.64º73.33%70.59%-
HSV(B)157.64º46.81%92.16%-
XYZ47.967.6761.58-
YUV197.44126.0676.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.56%
GREEN value IS 235 (92.19% from 255) = 42.42%
BLUE value IS 194 (76.17% from 255) = 35.02%
R=22.56%
G=42.42%
B=35.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252351940.4700.170.08157.6473.3370.59
Hex7DEBC22F01189e4947
Octal1753533025702110236111107
Binary1111101111010111100001010111101000110001001111010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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