Html Css Color HEX #7AF8DA Aquamarine

📋 copy color: '#7AF8DA'

red 122 ◦ green 248 ◦ blue 218

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

Shades of Aquamarine #7AF8DA

Tints of Aquamarine #7AF8DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.07%

R = 20.75%
G = 42.18%
B = 37.07%

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

#7AF8DA (or 0x7AF8DA) is known color: Aquamarine. HEX triplet: 7A, F8 and DA. RGB value is (122,248,218). Sum of RGB (Red+Green+Blue) = 122+248+218=588 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.75% from 588); Green value is 248 (97.27% from 255 or 42.18% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF8DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF8DA is #850725. Grayscale: #CECECE. Windows color (decimal): -8718118 or 14350458. OLE color: 14350458.

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

Color convert

RGB 122 248 218 -
CMYK 0.51 0 0.12 0.03
HSL 165.71º 0.9% 0.73% -
HSV(B) 165.71º 0.51% 0.97% -
XYZ 54.25 76.33 78.2 -
YUV 206.91 134.26 67.44 -
System Red Green Blue C M Y K H S L
Decimal 122 248 218 0.51 0 0.12 0.03 165.71 0.9 0.73
Hex 7A F8 DA 33 0 C 3 A6 5A 49
Octal 172 370 332 63 0 14 3 246 132 111
Binary 1111010 11111000 11011010 110011 0 1100 11 10100110 1011010 1001001

Color Harmonies of #7AF8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF8DA

Black with #7AF8DA

Text Example


Text Example

White with #7AF8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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