Html Css Color HEX #7FF4DC Aquamarine

📋 copy color: '#7FF4DC'

red 127 ◦ green 244 ◦ blue 220

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

Shades of Aquamarine #7FF4DC

Tints of Aquamarine #7FF4DC

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.29%

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

R = 21.49%
G = 41.29%
B = 37.23%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#7FF4DC (or 0x7FF4DC) is known color: Aquamarine. HEX triplet: 7F, F4 and DC. RGB value is (127,244,220). Sum of RGB (Red+Green+Blue) = 127+244+220=591 (78% of max value = 765). Red value is 127 (50% from 255 or 21.49% from 591); Green value is 244 (95.70% from 255 or 41.29% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 244 - color contains mainly: green. Hex color #7FF4DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF4DC is #800B23. Grayscale: #CECECE. Windows color (decimal): -8391460 or 14480511. OLE color: 14480511.

HSL color Cylindrical-coordinate representation of color #7FF4DC: hue angle of 167.69º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF4DC is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 127 244 220 -
CMYK 0.48 0 0.10 0.04
HSL 167.69º 0.84% 0.73% -
HSV(B) 167.69º 0.48% 0.96% -
XYZ 54.02 74.38 79.22 -
YUV 206.28 135.74 71.45 -
System Red Green Blue C M Y K H S L
Decimal 127 244 220 0.48 0 0.10 0.04 167.69 0.84 0.73
Hex 7F F4 DC 30 0 A 4 A8 54 49
Octal 177 364 334 60 0 12 4 250 124 111
Binary 1111111 11110100 11011100 110000 0 1010 100 10101000 1010100 1001001

Color Harmonies of #7FF4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF4DC

Black with #7FF4DC

Text Example


Text Example

White with #7FF4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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