Html Css Color HEX #7FFDDC Aquamarine

📋 copy color: '#7FFDDC'

red 127 ◦ green 253 ◦ blue 220

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

Shades of Aquamarine #7FFDDC

Tints of Aquamarine #7FFDDC

RGB

 RED value IS 127 (50% from 255) = 21.17%

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

 BLUE value IS 220 (86.33% from 255) = 36.67%

R = 21.17%
G = 42.17%
B = 36.67%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#7FFDDC (or 0x7FFDDC) is known color: Aquamarine. HEX triplet: 7F, FD and DC. RGB value is (127,253,220). Sum of RGB (Red+Green+Blue) = 127+253+220=600 (79% of max value = 765). Red value is 127 (50% from 255 or 21.17% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFDDC is #800223. Grayscale: #D3D3D3. Windows color (decimal): -8389156 or 14482815. OLE color: 14482815.

HSL color Cylindrical-coordinate representation of color #7FFDDC: hue angle of 164.29º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFDDC is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 253 220 -
CMYK 0.50 0 0.13 0.01
HSL 164.29º 0.97% 0.75% -
HSV(B) 164.29º 0.5% 0.99% -
XYZ 56.8 79.93 80.14 -
YUV 211.56 132.76 67.68 -
System Red Green Blue C M Y K H S L
Decimal 127 253 220 0.50 0 0.13 0.01 164.29 0.97 0.75
Hex 7F FD DC 32 0 D 1 A4 61 4B
Octal 177 375 334 62 0 15 1 244 141 113
Binary 1111111 11111101 11011100 110010 0 1101 1 10100100 1100001 1001011

Color Harmonies of #7FFDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFDDC

Black with #7FFDDC

Text Example


Text Example

White with #7FFDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,253,220); }

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

background-color css

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

 a { background-color: rgb(127,253,220); }

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

border-color css

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

 span { border-color: rgb(127,253,220); }

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