Html Css Color HEX #7AFDDB Aquamarine

📋 copy color: '#7AFDDB'

red 122 ◦ green 253 ◦ blue 219

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

Shades of Aquamarine #7AFDDB

Tints of Aquamarine #7AFDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.87%

R = 20.54%
G = 42.59%
B = 36.87%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#7AFDDB (or 0x7AFDDB) is known color: Aquamarine. HEX triplet: 7A, FD and DB. RGB value is (122,253,219). Sum of RGB (Red+Green+Blue) = 122+253+219=594 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.54% from 594); Green value is 253 (99.22% from 255 or 42.59% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 253 - color contains mainly: green. Hex color #7AFDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFDDB is #850224. Grayscale: #D1D1D1. Windows color (decimal): -8716837 or 14417274. OLE color: 14417274.

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

Color convert

RGB 122 253 219 -
CMYK 0.52 0 0.13 0.01
HSL 164.43º 0.97% 0.74% -
HSV(B) 164.43º 0.52% 0.99% -
XYZ 55.94 79.5 79.42 -
YUV 209.96 133.1 65.26 -
System Red Green Blue C M Y K H S L
Decimal 122 253 219 0.52 0 0.13 0.01 164.43 0.97 0.74
Hex 7A FD DB 34 0 D 1 A4 61 4A
Octal 172 375 333 64 0 15 1 244 141 112
Binary 1111010 11111101 11011011 110100 0 1101 1 10100100 1100001 1001010

Color Harmonies of #7AFDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AFDDB

Black with #7AFDDB

Text Example


Text Example

White with #7AFDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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