Html Css Color HEX #7AFFC4 Aquamarine

📋 copy color: '#7AFFC4'

red 122 ◦ green 255 ◦ blue 196

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

Shades of Aquamarine #7AFFC4

Tints of Aquamarine #7AFFC4

RGB

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

 GREEN value IS 255 (100% from 255) = 44.5%

 BLUE value IS 196 (76.95% from 255) = 34.21%

R = 21.29%
G = 44.5%
B = 34.21%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#7AFFC4 (or 0x7AFFC4) is known color: Aquamarine. HEX triplet: 7A, FF and C4. RGB value is (122,255,196). Sum of RGB (Red+Green+Blue) = 122+255+196=573 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.29% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFFC4 is #85003B. Grayscale: #D0D0D0. Windows color (decimal): -8716348 or 12910458. OLE color: 12910458.

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

Color convert

RGB 122 255 196 -
CMYK 0.52 0 0.23 0
HSL 153.38º 1% 0.74% -
HSV(B) 153.38º 0.52% 1% -
XYZ 53.75 79.64 64.76 -
YUV 208.51 120.94 66.3 -
System Red Green Blue C M Y K H S L
Decimal 122 255 196 0.52 0 0.23 0 153.38 1 0.74
Hex 7A FF C4 34 0 17 0 99 64 4A
Octal 172 377 304 64 0 27 0 231 144 112
Binary 1111010 11111111 11000100 110100 0 10111 0 10011001 1100100 1001010

Color Harmonies of #7AFFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AFFC4

Black with #7AFFC4

Text Example


Text Example

White with #7AFFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,255,196); }

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

background-color css

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

 a { background-color: rgb(122,255,196); }

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

border-color css

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

 span { border-color: rgb(122,255,196); }

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