Html Css Color HEX #7AFADD Aquamarine

📋 copy color: '#7AFADD'

red 122 ◦ green 250 ◦ blue 221

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

Shades of Aquamarine #7AFADD

Tints of Aquamarine #7AFADD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.16%

 BLUE value IS 221 (86.72% from 255) = 37.27%

R = 20.57%
G = 42.16%
B = 37.27%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#7AFADD (or 0x7AFADD) is known color: Aquamarine. HEX triplet: 7A, FA and DD. RGB value is (122,250,221). Sum of RGB (Red+Green+Blue) = 122+250+221=593 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.57% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFADD is #850522. Grayscale: #D0D0D0. Windows color (decimal): -8717603 or 14547578. OLE color: 14547578.

HSL color Cylindrical-coordinate representation of color #7AFADD: hue angle of 166.41º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AFADD is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 122 250 221 -
CMYK 0.51 0 0.12 0.02
HSL 166.41º 0.93% 0.73% -
HSV(B) 166.41º 0.51% 0.98% -
XYZ 55.26 77.73 80.5 -
YUV 208.42 135.09 66.36 -
System Red Green Blue C M Y K H S L
Decimal 122 250 221 0.51 0 0.12 0.02 166.41 0.93 0.73
Hex 7A FA DD 33 0 C 2 A6 5D 49
Octal 172 372 335 63 0 14 2 246 135 111
Binary 1111010 11111010 11011101 110011 0 1100 10 10100110 1011101 1001001

Color Harmonies of #7AFADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AFADD

Black with #7AFADD

Text Example


Text Example

White with #7AFADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,250,221); }

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

background-color css

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

 a { background-color: rgb(122,250,221); }

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

border-color css

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

 span { border-color: rgb(122,250,221); }

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