#7EE0CA

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

Shades of Riptide #7EE0CA

Tints of Riptide #7EE0CA

Color information

#7EE0CA (or 0x7EE0CA) is unknown color: approx Riptide. HEX triplet: 7E, E0 and CA. RGB value is (126,224,202). Sum of RGB (Red+Green+Blue) = 126+224+202=552 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.83% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #7EE0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE0CA is #811F35. Grayscale: #C0C0C0. Windows color (decimal): -8462134 or 13295742. OLE color: 13295742.

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

Color convert

RGB126224202-
CMYK0.4400.100.12
HSL166.53º61.25%68.63%-
HSV(B)166.53º43.75%87.84%-
XYZ45.9262.0165.43-
YUV192.19133.5380.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.83%
GREEN value IS 224 (87.89% from 255) = 40.58%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=22.83%
G=40.58%
B=36.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1262242020.4400.100.12166.5361.2568.63
Hex7EE0CA2C0ACa73d45
Octal176340312540121424775105
Binary11111101110000011001010101100010101100101001111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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