Html Css Color HEX #7FEDC0 Aquamarine

📋 copy color: '#7FEDC0'

red 127 ◦ green 237 ◦ blue 192

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

Shades of Aquamarine #7FEDC0

Tints of Aquamarine #7FEDC0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.63%

 BLUE value IS 192 (75.39% from 255) = 34.53%

R = 22.84%
G = 42.63%
B = 34.53%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#7FEDC0 (or 0x7FEDC0) is known color: Aquamarine. HEX triplet: 7F, ED and C0. RGB value is (127,237,192). Sum of RGB (Red+Green+Blue) = 127+237+192=556 (73% of max value = 765). Red value is 127 (50% from 255 or 22.84% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #7FEDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEDC0 is #80123F. Grayscale: #C7C7C7. Windows color (decimal): -8393280 or 12643711. OLE color: 12643711.

HSL color Cylindrical-coordinate representation of color #7FEDC0: hue angle of 155.45º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEDC0 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 237 192 -
CMYK 0.46 0 0.19 0.07
HSL 155.45º 0.75% 0.71% -
HSV(B) 155.45º 0.46% 0.93% -
XYZ 48.55 68.89 60.61 -
YUV 198.98 124.06 76.66 -
System Red Green Blue C M Y K H S L
Decimal 127 237 192 0.46 0 0.19 0.07 155.45 0.75 0.71
Hex 7F ED C0 2E 0 13 7 9B 4B 47
Octal 177 355 300 56 0 23 7 233 113 107
Binary 1111111 11101101 11000000 101110 0 10011 111 10011011 1001011 1000111

Color Harmonies of #7FEDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEDC0

Black with #7FEDC0

Text Example


Text Example

White with #7FEDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,237,192); }

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

background-color css

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

 a { background-color: rgb(127,237,192); }

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

border-color css

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

 span { border-color: rgb(127,237,192); }

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