#7fe1c3

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

Shades of Riptide #7FE1C3

Tints of Riptide #7FE1C3

Color information

#7FE1C3 (or 0x7FE1C3) is unknown color: approx Riptide. HEX triplet: 7F, E1 and C3. RGB value is (127,225,195). Sum of RGB (Red+Green+Blue) = 127+225+195=547 (72% of max value = 765). Red value is 127 (50% from 255 or 23.22% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 195 (76.56% from 255 or 35.65% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #7FE1C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE1C3 is #801E3C. Grayscale: #C0C0C0. Windows color (decimal): -8396349 or 12837247. OLE color: 12837247.

HSL color Cylindrical-coordinate representation of color #7FE1C3: hue angle of 161.63º 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 #7FE1C3 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB127225195-
CMYK0.4400.130.12
HSL161.63º62.03%69.02%-
HSV(B)161.63º43.56%88.24%-
XYZ45.5362.361.26-
YUV192.28129.5381.44-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.22%
GREEN value IS 225 (88.28% from 255) = 41.13%
BLUE value IS 195 (76.56% from 255) = 35.65%
R=23.22%
G=41.13%
B=35.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1272251950.4400.130.12161.6362.0369.02
Hex7FE1C32C0DCa23e45
Octal177341303540151424276105
Binary11111111110000111000011101100011011100101000101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fe1c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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