#7fe5ca

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

Shades of Riptide #7FE5CA

Tints of Riptide #7FE5CA

Color information

#7FE5CA (or 0x7FE5CA) is unknown color: approx Riptide. HEX triplet: 7F, E5 and CA. RGB value is (127,229,202). Sum of RGB (Red+Green+Blue) = 127+229+202=558 (73% of max value = 765). Red value is 127 (50% from 255 or 22.76% from 558); Green value is 229 (89.84% from 255 or 41.04% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 229 - color contains mainly: green. Hex color #7FE5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE5CA is #801A35. Grayscale: #C3C3C3. Windows color (decimal): -8395318 or 13297023. OLE color: 13297023.

HSL color Cylindrical-coordinate representation of color #7FE5CA: hue angle of 164.12º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE5CA is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB127229202-
CMYK0.4500.120.10
HSL164.12º66.23%69.8%-
HSV(B)164.12º44.54%89.8%-
XYZ47.4364.8165.89-
YUV195.42131.7179.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.76%
GREEN value IS 229 (89.84% from 255) = 41.04%
BLUE value IS 202 (79.30% from 255) = 36.20%
R=22.76%
G=41.04%
B=36.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1272292020.4500.120.10164.1266.2369.8
Hex7FE5CA2D0CAa44246
Octal1773453125501412244102106
Binary111111111100101110010101011010110010101010010010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fe5ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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