Html Css Color HEX #7AFCDC Aquamarine

📋 copy color: '#7AFCDC'

red 122 ◦ green 252 ◦ blue 220

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

Shades of Aquamarine #7AFCDC

Tints of Aquamarine #7AFCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.04%

R = 20.54%
G = 42.42%
B = 37.04%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#7AFCDC (or 0x7AFCDC) is known color: Aquamarine. HEX triplet: 7A, FC and DC. RGB value is (122,252,220). Sum of RGB (Red+Green+Blue) = 122+252+220=594 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.54% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFCDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFCDC is #850323. Grayscale: #D1D1D1. Windows color (decimal): -8717092 or 14482554. OLE color: 14482554.

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

Color convert

RGB 122 252 220 -
CMYK 0.52 0 0.13 0.01
HSL 165.23º 0.96% 0.73% -
HSV(B) 165.23º 0.52% 0.99% -
XYZ 55.75 78.93 80.01 -
YUV 209.48 133.93 65.6 -
System Red Green Blue C M Y K H S L
Decimal 122 252 220 0.52 0 0.13 0.01 165.23 0.96 0.73
Hex 7A FC DC 34 0 D 1 A5 60 49
Octal 172 374 334 64 0 15 1 245 140 111
Binary 1111010 11111100 11011100 110100 0 1101 1 10100101 1100000 1001001

Color Harmonies of #7AFCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AFCDC

Black with #7AFCDC

Text Example


Text Example

White with #7AFCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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