#7AE4C3

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

Shades of Riptide #7AE4C3

Tints of Riptide #7AE4C3

Color information

#7AE4C3 (or 0x7AE4C3) is unknown color: approx Riptide. HEX triplet: 7A, E4 and C3. RGB value is (122,228,195). Sum of RGB (Red+Green+Blue) = 122+228+195=545 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.39% from 545); Green value is 228 (89.45% from 255 or 41.83% from 545); Blue value is 195 (76.56% from 255 or 35.78% from 545); Max value from RGB is 228 - color contains mainly: green. Hex color #7AE4C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE4C3 is #851B3C. Grayscale: #C0C0C0. Windows color (decimal): -8723261 or 12838010. OLE color: 12838010.

HSL color Cylindrical-coordinate representation of color #7AE4C3: hue angle of 161.32º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE4C3 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB122228195-
CMYK0.4600.140.11
HSL161.32º66.25%68.63%-
HSV(B)161.32º46.49%89.41%-
XYZ45.6263.5661.49-
YUV192.54129.3877.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.39%
GREEN value IS 228 (89.45% from 255) = 41.83%
BLUE value IS 195 (76.56% from 255) = 35.78%
R=22.39%
G=41.83%
B=35.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1222281950.4600.140.11161.3266.2568.63
Hex7AE4C32E0EBa14245
Octal1723443035601613241102105
Binary111101011100100110000111011100111010111010000110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,228,195); }

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

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

 a { background-color: rgb(122,228,195); }

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

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

 span { border-color: rgb(122,228,195); }

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