Html Css Color HEX #7FFCD0 Aquamarine

📋 copy color: '#7FFCD0'

red 127 ◦ green 252 ◦ blue 208

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

Shades of Aquamarine #7FFCD0

Tints of Aquamarine #7FFCD0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.93%

 BLUE value IS 208 (81.64% from 255) = 35.43%

R = 21.64%
G = 42.93%
B = 35.43%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#7FFCD0 (or 0x7FFCD0) is known color: Aquamarine. HEX triplet: 7F, FC and D0. RGB value is (127,252,208). Sum of RGB (Red+Green+Blue) = 127+252+208=587 (77% of max value = 765). Red value is 127 (50% from 255 or 21.64% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFCD0 is #80032F. Grayscale: #D1D1D1. Windows color (decimal): -8389424 or 13696127. OLE color: 13696127.

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

Color convert

RGB 127 252 208 -
CMYK 0.50 0 0.17 0.01
HSL 158.88º 0.95% 0.74% -
HSV(B) 158.88º 0.5% 0.99% -
XYZ 54.95 78.69 71.97 -
YUV 209.61 127.09 69.08 -
System Red Green Blue C M Y K H S L
Decimal 127 252 208 0.50 0 0.17 0.01 158.88 0.95 0.74
Hex 7F FC D0 32 0 11 1 9F 5F 4A
Octal 177 374 320 62 0 21 1 237 137 112
Binary 1111111 11111100 11010000 110010 0 10001 1 10011111 1011111 1001010

Color Harmonies of #7FFCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFCD0

Black with #7FFCD0

Text Example


Text Example

White with #7FFCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,252,208); }

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

background-color css

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

 a { background-color: rgb(127,252,208); }

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

border-color css

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

 span { border-color: rgb(127,252,208); }

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