#7EEBC4

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

Shades of Riptide #7EEBC4

Tints of Riptide #7EEBC4

Color information

#7EEBC4 (or 0x7EEBC4) is unknown color: approx Riptide. HEX triplet: 7E, EB and C4. RGB value is (126,235,196). Sum of RGB (Red+Green+Blue) = 126+235+196=557 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.62% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #7EEBC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEBC4 is #81143B. Grayscale: #C6C6C6. Windows color (decimal): -8459324 or 12905342. OLE color: 12905342.

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

Color convert

RGB126235196-
CMYK0.4600.170.08
HSL158.53º73.15%70.78%-
HSV(B)158.53º46.38%92.16%-
XYZ48.2867.8462.77-
YUV197.96126.8976.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.62%
GREEN value IS 235 (92.19% from 255) = 42.19%
BLUE value IS 196 (76.95% from 255) = 35.19%
R=22.62%
G=42.19%
B=35.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1262351960.4600.170.08158.5373.1570.78
Hex7EEBC42E01189f4947
Octal1763533045602110237111107
Binary1111110111010111100010010111001000110001001111110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,235,196); }

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

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

 a { background-color: rgb(126,235,196); }

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

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

 span { border-color: rgb(126,235,196); }

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