#7FE2C2

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

Shades of Riptide #7FE2C2

Tints of Riptide #7FE2C2

Color information

#7FE2C2 (or 0x7FE2C2) is unknown color: approx Riptide. HEX triplet: 7F, E2 and C2. RGB value is (127,226,194). Sum of RGB (Red+Green+Blue) = 127+226+194=547 (72% of max value = 765). Red value is 127 (50% from 255 or 23.22% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 226 - color contains mainly: green. Hex color #7FE2C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE2C2 is #801D3D. Grayscale: #C0C0C0. Windows color (decimal): -8396094 or 12771967. OLE color: 12771967.

HSL color Cylindrical-coordinate representation of color #7FE2C2: hue angle of 160.61º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FE2C2 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB127226194-
CMYK0.4400.140.11
HSL160.61º63.06%69.22%-
HSV(B)160.61º43.81%88.63%-
XYZ45.6962.860.75-
YUV192.75128.781.1-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.22%
GREEN value IS 226 (88.67% from 255) = 41.32%
BLUE value IS 194 (76.17% from 255) = 35.47%
R=23.22%
G=41.32%
B=35.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1272261940.4400.140.11160.6163.0669.22
Hex7FE2C22C0EBa13f45
Octal177342302540161324177105
Binary11111111110001011000010101100011101011101000011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,226,194); }

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

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

 a { background-color: rgb(127,226,194); }

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

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

 span { border-color: rgb(127,226,194); }

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