Html Css Color HEX #7AF5DD Aquamarine

📋 copy color: '#7AF5DD'

red 122 ◦ green 245 ◦ blue 221

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

Shades of Aquamarine #7AF5DD

Tints of Aquamarine #7AF5DD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.67%

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

R = 20.75%
G = 41.67%
B = 37.59%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#7AF5DD (or 0x7AF5DD) is known color: Aquamarine. HEX triplet: 7A, F5 and DD. RGB value is (122,245,221). Sum of RGB (Red+Green+Blue) = 122+245+221=588 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.75% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 245 - color contains mainly: green. Hex color #7AF5DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF5DD is #850A22. Grayscale: #CDCDCD. Windows color (decimal): -8718883 or 14546298. OLE color: 14546298.

HSL color Cylindrical-coordinate representation of color #7AF5DD: hue angle of 168.29º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF5DD is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 122 245 221 -
CMYK 0.50 0 0.10 0.04
HSL 168.29º 0.86% 0.72% -
HSV(B) 168.29º 0.5% 0.96% -
XYZ 53.73 74.66 79.99 -
YUV 205.49 136.75 68.45 -
System Red Green Blue C M Y K H S L
Decimal 122 245 221 0.50 0 0.10 0.04 168.29 0.86 0.72
Hex 7A F5 DD 32 0 A 4 A8 56 48
Octal 172 365 335 62 0 12 4 250 126 110
Binary 1111010 11110101 11011101 110010 0 1010 100 10101000 1010110 1001000

Color Harmonies of #7AF5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF5DD

Black with #7AF5DD

Text Example


Text Example

White with #7AF5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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