Html Css Color HEX #7AFDC0 Aquamarine

📋 copy color: '#7AFDC0'

red 122 ◦ green 253 ◦ blue 192

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

Shades of Aquamarine #7AFDC0

Tints of Aquamarine #7AFDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.86%

R = 21.52%
G = 44.62%
B = 33.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#7AFDC0 (or 0x7AFDC0) is known color: Aquamarine. HEX triplet: 7A, FD and C0. RGB value is (122,253,192). Sum of RGB (Red+Green+Blue) = 122+253+192=567 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.52% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #7AFDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFDC0 is #85023F. Grayscale: #CECECE. Windows color (decimal): -8716864 or 12647802. OLE color: 12647802.

HSL color Cylindrical-coordinate representation of color #7AFDC0: hue angle of 152.06º 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 #7AFDC0 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 122 253 192 -
CMYK 0.52 0 0.24 0.01
HSL 152.06º 0.97% 0.74% -
HSV(B) 152.06º 0.52% 0.99% -
XYZ 52.67 78.19 62.19 -
YUV 206.88 119.6 67.46 -
System Red Green Blue C M Y K H S L
Decimal 122 253 192 0.52 0 0.24 0.01 152.06 0.97 0.74
Hex 7A FD C0 34 0 18 1 98 61 4A
Octal 172 375 300 64 0 30 1 230 141 112
Binary 1111010 11111101 11000000 110100 0 11000 1 10011000 1100001 1001010

Color Harmonies of #7AFDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AFDC0

Black with #7AFDC0

Text Example


Text Example

White with #7AFDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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