Html Css Color HEX #7AFCC1 Aquamarine

📋 copy color: '#7AFCC1'

red 122 ◦ green 252 ◦ blue 193

#7AFCC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #7AFCC1

Tints of Aquamarine #7AFCC1

RGB

 RED value IS 122 (48.05% from 255) = 21.52%

 GREEN value IS 252 (98.83% from 255) = 44.44%

 BLUE value IS 193 (75.78% from 255) = 34.04%

R = 21.52%
G = 44.44%
B = 34.04%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#7AFCC1 (or 0x7AFCC1) is known color: Aquamarine. HEX triplet: 7A, FC and C1. RGB value is (122,252,193). Sum of RGB (Red+Green+Blue) = 122+252+193=567 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.52% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFCC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFCC1 is #85033E. Grayscale: #CECECE. Windows color (decimal): -8717119 or 12713082. OLE color: 12713082.

HSL color Cylindrical-coordinate representation of color #7AFCC1: hue angle of 152.77º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFCC1 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 122 252 193 -
CMYK 0.52 0 0.23 0.01
HSL 152.77º 0.96% 0.73% -
HSV(B) 152.77º 0.52% 0.99% -
XYZ 52.46 77.61 62.67 -
YUV 206.4 120.43 67.8 -
System Red Green Blue C M Y K H S L
Decimal 122 252 193 0.52 0 0.23 0.01 152.77 0.96 0.73
Hex 7A FC C1 34 0 17 1 99 60 49
Octal 172 374 301 64 0 27 1 231 140 111
Binary 1111010 11111100 11000001 110100 0 10111 1 10011001 1100000 1001001

Color Harmonies of #7AFCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AFCC1

Black with #7AFCC1

Text Example


Text Example

White with #7AFCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,252,193); }

 H1.HeaderClassName
 {
   color: #7AFCC1;
 }
 .AnyTagClassName
 {
   color: #7AFCC1;
 }
</style>

background-color css

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

 a { background-color: rgb(122,252,193); }

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

border-color css

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

 span { border-color: rgb(122,252,193); }

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