#7FE0C0

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

Shades of Riptide #7FE0C0

Tints of Riptide #7FE0C0

Color information

#7FE0C0 (or 0x7FE0C0) is unknown color: approx Riptide. HEX triplet: 7F, E0 and C0. RGB value is (127,224,192). Sum of RGB (Red+Green+Blue) = 127+224+192=543 (71% of max value = 765). Red value is 127 (50% from 255 or 23.39% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #7FE0C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE0C0 is #801F3F. Grayscale: #BFBFBF. Windows color (decimal): -8396608 or 12640383. OLE color: 12640383.

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

Color convert

RGB127224192-
CMYK0.4300.140.12
HSL160.21º61.01%68.82%-
HSV(B)160.21º43.3%87.84%-
XYZ44.9261.6359.4-
YUV191.35128.3682.1-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.39%
GREEN value IS 224 (87.89% from 255) = 41.25%
BLUE value IS 192 (75.39% from 255) = 35.36%
R=23.39%
G=41.25%
B=35.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1272241920.4300.140.12160.2161.0168.82
Hex7FE0C02B0ECa03d45
Octal177340300530161424075105
Binary11111111110000011000000101011011101100101000001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,224,192); }

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

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

 a { background-color: rgb(127,224,192); }

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

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

 span { border-color: rgb(127,224,192); }

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