Html Css Color HEX #7AFDE6 Aquamarine

📋 copy color: '#7AFDE6'

red 122 ◦ green 253 ◦ blue 230

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

Shades of Aquamarine #7AFDE6

Tints of Aquamarine #7AFDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.02%

R = 20.17%
G = 41.82%
B = 38.02%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#7AFDE6 (or 0x7AFDE6) is known color: Aquamarine. HEX triplet: 7A, FD and E6. RGB value is (122,253,230). Sum of RGB (Red+Green+Blue) = 122+253+230=605 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.17% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 230 (90.23% from 255 or 38.02% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #7AFDE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFDE6 is #850219. Grayscale: #D3D3D3. Windows color (decimal): -8716826 or 15138170. OLE color: 15138170.

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

Color convert

RGB 122 253 230 -
CMYK 0.52 0 0.09 0.01
HSL 169.47º 0.97% 0.74% -
HSV(B) 169.47º 0.52% 0.99% -
XYZ 57.43 80.1 87.3 -
YUV 211.21 138.6 64.37 -
System Red Green Blue C M Y K H S L
Decimal 122 253 230 0.52 0 0.09 0.01 169.47 0.97 0.74
Hex 7A FD E6 34 0 9 1 A9 61 4A
Octal 172 375 346 64 0 11 1 251 141 112
Binary 1111010 11111101 11100110 110100 0 1001 1 10101001 1100001 1001010

Color Harmonies of #7AFDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AFDE6

Black with #7AFDE6

Text Example


Text Example

White with #7AFDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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