Html Css Color HEX #7AFCDD Aquamarine

📋 copy color: '#7AFCDD'

red 122 ◦ green 252 ◦ blue 221

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

Shades of Aquamarine #7AFCDD

Tints of Aquamarine #7AFCDD

RGB

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

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

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

R = 20.5%
G = 42.35%
B = 37.14%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#7AFCDD (or 0x7AFCDD) is known color: Aquamarine. HEX triplet: 7A, FC and DD. RGB value is (122,252,221). Sum of RGB (Red+Green+Blue) = 122+252+221=595 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.50% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFCDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFCDD is #850322. Grayscale: #D1D1D1. Windows color (decimal): -8717091 or 14548090. OLE color: 14548090.

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

Color convert

RGB 122 252 221 -
CMYK 0.52 0 0.12 0.01
HSL 165.69º 0.96% 0.73% -
HSV(B) 165.69º 0.52% 0.99% -
XYZ 55.89 78.98 80.71 -
YUV 209.6 134.43 65.52 -
System Red Green Blue C M Y K H S L
Decimal 122 252 221 0.52 0 0.12 0.01 165.69 0.96 0.73
Hex 7A FC DD 34 0 C 1 A6 60 49
Octal 172 374 335 64 0 14 1 246 140 111
Binary 1111010 11111100 11011101 110100 0 1100 1 10100110 1100000 1001001

Color Harmonies of #7AFCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AFCDD

Black with #7AFCDD

Text Example


Text Example

White with #7AFCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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