#7FEABA

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

Shades of Riptide #7FEABA

Tints of Riptide #7FEABA

Color information

#7FEABA (or 0x7FEABA) is unknown color: approx Riptide. HEX triplet: 7F, EA and BA. RGB value is (127,234,186). Sum of RGB (Red+Green+Blue) = 127+234+186=547 (72% of max value = 765). Red value is 127 (50% from 255 or 23.22% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #7FEABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEABA is #801545. Grayscale: #C4C4C4. Windows color (decimal): -8394054 or 12249727. OLE color: 12249727.

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

Color convert

RGB127234186-
CMYK0.4600.210.08
HSL153.08º71.81%70.78%-
HSV(B)153.08º45.73%91.76%-
XYZ47.0466.956.89-
YUV196.54122.0578.4-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.22%
GREEN value IS 234 (91.80% from 255) = 42.78%
BLUE value IS 186 (73.05% from 255) = 34.00%
R=23.22%
G=42.78%
B=34.00%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1272341860.4600.210.08153.0871.8170.78
Hex7FEABA2E0158994847
Octal1773522725602510231110107
Binary1111111111010101011101010111001010110001001100110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,234,186); }

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

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

 a { background-color: rgb(127,234,186); }

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

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

 span { border-color: rgb(127,234,186); }

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