Html Css Color HEX #7AF7DF Aquamarine

📋 copy color: '#7AF7DF'

red 122 ◦ green 247 ◦ blue 223

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

Shades of Aquamarine #7AF7DF

Tints of Aquamarine #7AF7DF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.72%

 BLUE value IS 223 (87.5% from 255) = 37.67%

R = 20.61%
G = 41.72%
B = 37.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#7AF7DF (or 0x7AF7DF) is known color: Aquamarine. HEX triplet: 7A, F7 and DF. RGB value is (122,247,223). Sum of RGB (Red+Green+Blue) = 122+247+223=592 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.61% from 592); Green value is 247 (96.88% from 255 or 41.72% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF7DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF7DF is #850820. Grayscale: #CECECE. Windows color (decimal): -8718369 or 14677882. OLE color: 14677882.

HSL color Cylindrical-coordinate representation of color #7AF7DF: hue angle of 168.48º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF7DF is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 122 247 223 -
CMYK 0.51 0 0.10 0.03
HSL 168.48º 0.89% 0.72% -
HSV(B) 168.48º 0.51% 0.97% -
XYZ 54.61 75.99 81.6 -
YUV 206.89 137.09 67.45 -
System Red Green Blue C M Y K H S L
Decimal 122 247 223 0.51 0 0.10 0.03 168.48 0.89 0.72
Hex 7A F7 DF 33 0 A 3 A8 59 48
Octal 172 367 337 63 0 12 3 250 131 110
Binary 1111010 11110111 11011111 110011 0 1010 11 10101000 1011001 1001000

Color Harmonies of #7AF7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF7DF

Black with #7AF7DF

Text Example


Text Example

White with #7AF7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,247,223); }

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

background-color css

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

 a { background-color: rgb(122,247,223); }

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

border-color css

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

 span { border-color: rgb(122,247,223); }

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