Html Css Color HEX #7AF7DB Aquamarine

📋 copy color: '#7AF7DB'

red 122 ◦ green 247 ◦ blue 219

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

Shades of Aquamarine #7AF7DB

Tints of Aquamarine #7AF7DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.24%

R = 20.75%
G = 42.01%
B = 37.24%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#7AF7DB (or 0x7AF7DB) is known color: Aquamarine. HEX triplet: 7A, F7 and DB. RGB value is (122,247,219). Sum of RGB (Red+Green+Blue) = 122+247+219=588 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.75% from 588); Green value is 247 (96.88% from 255 or 42.01% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF7DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF7DB is #850824. Grayscale: #CECECE. Windows color (decimal): -8718373 or 14415738. OLE color: 14415738.

HSL color Cylindrical-coordinate representation of color #7AF7DB: hue angle of 166.56º 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 #7AF7DB is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 122 247 219 -
CMYK 0.51 0 0.11 0.03
HSL 166.56º 0.89% 0.72% -
HSV(B) 166.56º 0.51% 0.97% -
XYZ 54.07 75.77 78.79 -
YUV 206.43 135.09 67.78 -
System Red Green Blue C M Y K H S L
Decimal 122 247 219 0.51 0 0.11 0.03 166.56 0.89 0.72
Hex 7A F7 DB 33 0 B 3 A7 59 48
Octal 172 367 333 63 0 13 3 247 131 110
Binary 1111010 11110111 11011011 110011 0 1011 11 10100111 1011001 1001000

Color Harmonies of #7AF7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF7DB

Black with #7AF7DB

Text Example


Text Example

White with #7AF7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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