Html Css Color HEX #7FFACF Aquamarine

📋 copy color: '#7FFACF'

red 127 ◦ green 250 ◦ blue 207

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

Shades of Aquamarine #7FFACF

Tints of Aquamarine #7FFACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.45%

R = 21.75%
G = 42.81%
B = 35.45%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#7FFACF (or 0x7FFACF) is known color: Aquamarine. HEX triplet: 7F, FA and CF. RGB value is (127,250,207). Sum of RGB (Red+Green+Blue) = 127+250+207=584 (77% of max value = 765). Red value is 127 (50% from 255 or 21.75% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFACF is #800530. Grayscale: #D0D0D0. Windows color (decimal): -8389937 or 13630079. OLE color: 13630079.

HSL color Cylindrical-coordinate representation of color #7FFACF: hue angle of 159.02º 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 #7FFACF is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 250 207 -
CMYK 0.49 0 0.17 0.02
HSL 159.02º 0.92% 0.74% -
HSV(B) 159.02º 0.49% 0.98% -
XYZ 54.2 77.39 71.11 -
YUV 208.32 127.25 70 -
System Red Green Blue C M Y K H S L
Decimal 127 250 207 0.49 0 0.17 0.02 159.02 0.92 0.74
Hex 7F FA CF 31 0 11 2 9F 5C 4A
Octal 177 372 317 61 0 21 2 237 134 112
Binary 1111111 11111010 11001111 110001 0 10001 10 10011111 1011100 1001010

Color Harmonies of #7FFACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFACF

Black with #7FFACF

Text Example


Text Example

White with #7FFACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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