Html Css Color HEX #7AFEE0 Aquamarine

📋 copy color: '#7AFEE0'

red 122 ◦ green 254 ◦ blue 224

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

Shades of Aquamarine #7AFEE0

Tints of Aquamarine #7AFEE0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.33%

 BLUE value IS 224 (87.89% from 255) = 37.33%

R = 20.33%
G = 42.33%
B = 37.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#7AFEE0 (or 0x7AFEE0) is known color: Aquamarine. HEX triplet: 7A, FE and E0. RGB value is (122,254,224). Sum of RGB (Red+Green+Blue) = 122+254+224=600 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.33% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFEE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFEE0 is #85011F. Grayscale: #D3D3D3. Windows color (decimal): -8716576 or 14745210. OLE color: 14745210.

HSL color Cylindrical-coordinate representation of color #7AFEE0: hue angle of 166.36º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFEE0 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 122 254 224 -
CMYK 0.52 0 0.12 0.00
HSL 166.36º 0.99% 0.74% -
HSV(B) 166.36º 0.52% 1% -
XYZ 56.92 80.4 83.04 -
YUV 211.11 135.27 64.44 -
System Red Green Blue C M Y K H S L
Decimal 122 254 224 0.52 0 0.12 0.00 166.36 0.99 0.74
Hex 7A FE E0 34 0 C 0 A6 63 4A
Octal 172 376 340 64 0 14 0 246 143 112
Binary 1111010 11111110 11100000 110100 0 1100 0 10100110 1100011 1001010

Color Harmonies of #7AFEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AFEE0

Black with #7AFEE0

Text Example


Text Example

White with #7AFEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,254,224); }

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

background-color css

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

 a { background-color: rgb(122,254,224); }

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

border-color css

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

 span { border-color: rgb(122,254,224); }

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