#7FE1C6

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

Shades of Riptide #7FE1C6

Tints of Riptide #7FE1C6

Color information

#7FE1C6 (or 0x7FE1C6) is unknown color: approx Riptide. HEX triplet: 7F, E1 and C6. RGB value is (127,225,198). Sum of RGB (Red+Green+Blue) = 127+225+198=550 (72% of max value = 765). Red value is 127 (50% from 255 or 23.09% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #7FE1C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE1C6 is #801E39. Grayscale: #C0C0C0. Windows color (decimal): -8396346 or 13033855. OLE color: 13033855.

HSL color Cylindrical-coordinate representation of color #7FE1C6: hue angle of 163.47º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FE1C6 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB127225198-
CMYK0.4400.120.12
HSL163.47º62.03%69.02%-
HSV(B)163.47º43.56%88.24%-
XYZ45.8762.4463.06-
YUV192.62131.0381.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.09%
GREEN value IS 225 (88.28% from 255) = 40.91%
BLUE value IS 198 (77.73% from 255) = 36%
R=23.09%
G=40.91%
B=36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1272251980.4400.120.12163.4762.0369.02
Hex7FE1C62C0CCa33e45
Octal177341306540141424376105
Binary11111111110000111000110101100011001100101000111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,225,198); }

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

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

 a { background-color: rgb(127,225,198); }

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

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

 span { border-color: rgb(127,225,198); }

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