Html Css Color HEX #7FFACD Aquamarine

📋 copy color: '#7FFACD'

red 127 ◦ green 250 ◦ blue 205

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

Shades of Aquamarine #7FFACD

Tints of Aquamarine #7FFACD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.96%

 BLUE value IS 205 (80.47% from 255) = 35.22%

R = 21.82%
G = 42.96%
B = 35.22%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#7FFACD (or 0x7FFACD) is known color: Aquamarine. HEX triplet: 7F, FA and CD. RGB value is (127,250,205). Sum of RGB (Red+Green+Blue) = 127+250+205=582 (77% of max value = 765). Red value is 127 (50% from 255 or 21.82% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFACD is #800532. Grayscale: #D0D0D0. Windows color (decimal): -8389939 or 13499007. OLE color: 13499007.

HSL color Cylindrical-coordinate representation of color #7FFACD: hue angle of 158.05º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FFACD is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 250 205 -
CMYK 0.49 0 0.18 0.02
HSL 158.05º 0.92% 0.74% -
HSV(B) 158.05º 0.49% 0.98% -
XYZ 53.96 77.29 69.83 -
YUV 208.09 126.25 70.16 -
System Red Green Blue C M Y K H S L
Decimal 127 250 205 0.49 0 0.18 0.02 158.05 0.92 0.74
Hex 7F FA CD 31 0 12 2 9E 5C 4A
Octal 177 372 315 61 0 22 2 236 134 112
Binary 1111111 11111010 11001101 110001 0 10010 10 10011110 1011100 1001010

Color Harmonies of #7FFACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFACD

Black with #7FFACD

Text Example


Text Example

White with #7FFACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,250,205); }

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

background-color css

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

 a { background-color: rgb(127,250,205); }

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

border-color css

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

 span { border-color: rgb(127,250,205); }

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