Html Css Color HEX #7FF3DC Aquamarine

📋 copy color: '#7FF3DC'

red 127 ◦ green 243 ◦ blue 220

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

Shades of Aquamarine #7FF3DC

Tints of Aquamarine #7FF3DC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.19%

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

R = 21.53%
G = 41.19%
B = 37.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#7FF3DC (or 0x7FF3DC) is known color: Aquamarine. HEX triplet: 7F, F3 and DC. RGB value is (127,243,220). Sum of RGB (Red+Green+Blue) = 127+243+220=590 (78% of max value = 765). Red value is 127 (50% from 255 or 21.53% from 590); Green value is 243 (95.31% from 255 or 41.19% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 243 - color contains mainly: green. Hex color #7FF3DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF3DC is #800C23. Grayscale: #CDCDCD. Windows color (decimal): -8391716 or 14480255. OLE color: 14480255.

HSL color Cylindrical-coordinate representation of color #7FF3DC: hue angle of 168.1º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF3DC is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 127 243 220 -
CMYK 0.48 0 0.09 0.05
HSL 168.1º 0.83% 0.73% -
HSV(B) 168.1º 0.48% 0.95% -
XYZ 53.72 73.78 79.12 -
YUV 205.69 136.07 71.87 -
System Red Green Blue C M Y K H S L
Decimal 127 243 220 0.48 0 0.09 0.05 168.1 0.83 0.73
Hex 7F F3 DC 30 0 9 5 A8 53 49
Octal 177 363 334 60 0 11 5 250 123 111
Binary 1111111 11110011 11011100 110000 0 1001 101 10101000 1010011 1001001

Color Harmonies of #7FF3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF3DC

Black with #7FF3DC

Text Example


Text Example

White with #7FF3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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