Html Css Color HEX #7AFCC2 Aquamarine

📋 copy color: '#7AFCC2'

red 122 ◦ green 252 ◦ blue 194

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

Shades of Aquamarine #7AFCC2

Tints of Aquamarine #7AFCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.15%

R = 21.48%
G = 44.37%
B = 34.15%

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

#7AFCC2 (or 0x7AFCC2) is known color: Aquamarine. HEX triplet: 7A, FC and C2. RGB value is (122,252,194). Sum of RGB (Red+Green+Blue) = 122+252+194=568 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.48% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFCC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFCC2 is #85033D. Grayscale: #CECECE. Windows color (decimal): -8717118 or 12778618. OLE color: 12778618.

HSL color Cylindrical-coordinate representation of color #7AFCC2: hue angle of 153.23º 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 #7AFCC2 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 122 252 194 -
CMYK 0.52 0 0.23 0.01
HSL 153.23º 0.96% 0.73% -
HSV(B) 153.23º 0.52% 0.99% -
XYZ 52.57 77.65 63.26 -
YUV 206.52 120.93 67.72 -
System Red Green Blue C M Y K H S L
Decimal 122 252 194 0.52 0 0.23 0.01 153.23 0.96 0.73
Hex 7A FC C2 34 0 17 1 99 60 49
Octal 172 374 302 64 0 27 1 231 140 111
Binary 1111010 11111100 11000010 110100 0 10111 1 10011001 1100000 1001001

Color Harmonies of #7AFCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AFCC2

Black with #7AFCC2

Text Example


Text Example

White with #7AFCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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