Html Css Color HEX #7AFDDC Aquamarine

📋 copy color: '#7AFDDC'

red 122 ◦ green 253 ◦ blue 220

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

Shades of Aquamarine #7AFDDC

Tints of Aquamarine #7AFDDC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.52%

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

R = 20.5%
G = 42.52%
B = 36.97%

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

#7AFDDC (or 0x7AFDDC) is known color: Aquamarine. HEX triplet: 7A, FD and DC. RGB value is (122,253,220). Sum of RGB (Red+Green+Blue) = 122+253+220=595 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.50% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #7AFDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFDDC is #850223. Grayscale: #D2D2D2. Windows color (decimal): -8716836 or 14482810. OLE color: 14482810.

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

Color convert

RGB 122 253 220 -
CMYK 0.52 0 0.13 0.01
HSL 164.89º 0.97% 0.74% -
HSV(B) 164.89º 0.52% 0.99% -
XYZ 56.07 79.56 80.11 -
YUV 210.07 133.6 65.18 -
System Red Green Blue C M Y K H S L
Decimal 122 253 220 0.52 0 0.13 0.01 164.89 0.97 0.74
Hex 7A FD DC 34 0 D 1 A5 61 4A
Octal 172 375 334 64 0 15 1 245 141 112
Binary 1111010 11111101 11011100 110100 0 1101 1 10100101 1100001 1001010

Color Harmonies of #7AFDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AFDDC

Black with #7AFDDC

Text Example


Text Example

White with #7AFDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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