Html Css Color HEX #7AFDB0 Aquamarine

📋 copy color: '#7AFDB0'

red 122 ◦ green 253 ◦ blue 176

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

Shades of Aquamarine #7AFDB0

Tints of Aquamarine #7AFDB0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.92%

 BLUE value IS 176 (69.14% from 255) = 31.94%

R = 22.14%
G = 45.92%
B = 31.94%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#7AFDB0 (or 0x7AFDB0) is known color: Aquamarine. HEX triplet: 7A, FD and B0. RGB value is (122,253,176). Sum of RGB (Red+Green+Blue) = 122+253+176=551 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.14% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #7AFDB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFDB0 is #85024F. Grayscale: #CDCDCD. Windows color (decimal): -8716880 or 11599226. OLE color: 11599226.

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

Color convert

RGB 122 253 176 -
CMYK 0.52 0 0.30 0.01
HSL 144.73º 0.97% 0.74% -
HSV(B) 144.73º 0.52% 0.99% -
XYZ 50.99 77.52 53.35 -
YUV 205.05 111.6 68.76 -
System Red Green Blue C M Y K H S L
Decimal 122 253 176 0.52 0 0.30 0.01 144.73 0.97 0.74
Hex 7A FD B0 34 0 1E 1 91 61 4A
Octal 172 375 260 64 0 36 1 221 141 112
Binary 1111010 11111101 10110000 110100 0 11110 1 10010001 1100001 1001010

Color Harmonies of #7AFDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AFDB0

Black with #7AFDB0

Text Example


Text Example

White with #7AFDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,253,176); }

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

background-color css

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

 a { background-color: rgb(122,253,176); }

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

border-color css

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

 span { border-color: rgb(122,253,176); }

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