Html Css Color HEX #7AF8DB Aquamarine

📋 copy color: '#7AF8DB'

red 122 ◦ green 248 ◦ blue 219

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

Shades of Aquamarine #7AF8DB

Tints of Aquamarine #7AF8DB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.11%

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

R = 20.71%
G = 42.11%
B = 37.18%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#7AF8DB (or 0x7AF8DB) is known color: Aquamarine. HEX triplet: 7A, F8 and DB. RGB value is (122,248,219). Sum of RGB (Red+Green+Blue) = 122+248+219=589 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.71% from 589); Green value is 248 (97.27% from 255 or 42.11% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF8DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF8DB is #850724. Grayscale: #CFCFCF. Windows color (decimal): -8718117 or 14415994. OLE color: 14415994.

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

Color convert

RGB 122 248 219 -
CMYK 0.51 0 0.12 0.03
HSL 166.19º 0.9% 0.73% -
HSV(B) 166.19º 0.51% 0.97% -
XYZ 54.38 76.39 78.9 -
YUV 207.02 134.76 67.36 -
System Red Green Blue C M Y K H S L
Decimal 122 248 219 0.51 0 0.12 0.03 166.19 0.9 0.73
Hex 7A F8 DB 33 0 C 3 A6 5A 49
Octal 172 370 333 63 0 14 3 246 132 111
Binary 1111010 11111000 11011011 110011 0 1100 11 10100110 1011010 1001001

Color Harmonies of #7AF8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF8DB

Black with #7AF8DB

Text Example


Text Example

White with #7AF8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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