#7fe0ca

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

Shades of Riptide #7FE0CA

Tints of Riptide #7FE0CA

Color information

#7FE0CA (or 0x7FE0CA) is unknown color: approx Riptide. HEX triplet: 7F, E0 and CA. RGB value is (127,224,202). Sum of RGB (Red+Green+Blue) = 127+224+202=553 (73% of max value = 765). Red value is 127 (50% from 255 or 22.97% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #7FE0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE0CA is #801F35. Grayscale: #C0C0C0. Windows color (decimal): -8396598 or 13295743. OLE color: 13295743.

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

Color convert

RGB127224202-
CMYK0.4300.100.12
HSL166.39º61.01%68.82%-
HSV(B)166.39º43.3%87.84%-
XYZ46.0762.0965.43-
YUV192.49133.3681.29-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.97%
GREEN value IS 224 (87.89% from 255) = 40.51%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=22.97%
G=40.51%
B=36.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1272242020.4300.100.12166.3961.0168.82
Hex7FE0CA2B0ACa63d45
Octal177340312530121424675105
Binary11111111110000011001010101011010101100101001101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fe0ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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