Html Css Color HEX #7AE9DB Aquamarine

📋 copy color: '#7AE9DB'

red 122 ◦ green 233 ◦ blue 219

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

Shades of Aquamarine #7AE9DB

Tints of Aquamarine #7AE9DB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.59%

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

R = 21.25%
G = 40.59%
B = 38.15%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#7AE9DB (or 0x7AE9DB) is known color: Aquamarine. HEX triplet: 7A, E9 and DB. RGB value is (122,233,219). Sum of RGB (Red+Green+Blue) = 122+233+219=574 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.25% from 574); Green value is 233 (91.41% from 255 or 40.59% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 233 - color contains mainly: green. Hex color #7AE9DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AE9DB is #851624. Grayscale: #C6C6C6. Windows color (decimal): -8721957 or 14412154. OLE color: 14412154.

HSL color Cylindrical-coordinate representation of color #7AE9DB: hue angle of 172.43º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AE9DB is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 122 233 219 -
CMYK 0.48 0 0.06 0.09
HSL 172.43º 0.72% 0.7% -
HSV(B) 172.43º 0.48% 0.91% -
XYZ 49.95 67.53 77.42 -
YUV 198.22 139.73 73.64 -
System Red Green Blue C M Y K H S L
Decimal 122 233 219 0.48 0 0.06 0.09 172.43 0.72 0.7
Hex 7A E9 DB 30 0 6 9 AC 48 46
Octal 172 351 333 60 0 6 11 254 110 106
Binary 1111010 11101001 11011011 110000 0 110 1001 10101100 1001000 1000110

Color Harmonies of #7AE9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AE9DB

Black with #7AE9DB

Text Example


Text Example

White with #7AE9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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