Html Css Color HEX #7AF8DF Aquamarine

📋 copy color: '#7AF8DF'

red 122 ◦ green 248 ◦ blue 223

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

Shades of Aquamarine #7AF8DF

Tints of Aquamarine #7AF8DF

RGB

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

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

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

R = 20.57%
G = 41.82%
B = 37.61%

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

#7AF8DF (or 0x7AF8DF) is known color: Aquamarine. HEX triplet: 7A, F8 and DF. RGB value is (122,248,223). Sum of RGB (Red+Green+Blue) = 122+248+223=593 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.57% from 593); Green value is 248 (97.27% from 255 or 41.82% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF8DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF8DF is #850720. Grayscale: #CFCFCF. Windows color (decimal): -8718113 or 14678138. OLE color: 14678138.

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

Color convert

RGB 122 248 223 -
CMYK 0.51 0 0.10 0.03
HSL 168.1º 0.9% 0.73% -
HSV(B) 168.1º 0.51% 0.97% -
XYZ 54.91 76.6 81.7 -
YUV 207.48 136.76 67.03 -
System Red Green Blue C M Y K H S L
Decimal 122 248 223 0.51 0 0.10 0.03 168.1 0.9 0.73
Hex 7A F8 DF 33 0 A 3 A8 5A 49
Octal 172 370 337 63 0 12 3 250 132 111
Binary 1111010 11111000 11011111 110011 0 1010 11 10101000 1011010 1001001

Color Harmonies of #7AF8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF8DF

Black with #7AF8DF

Text Example


Text Example

White with #7AF8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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