Html Css Color HEX #7CCEA2 Medium Aquamarine

📋 copy color: '#7CCEA2'

red 124 ◦ green 206 ◦ blue 162

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

Shades of Medium Aquamarine #7CCEA2

Tints of Medium Aquamarine #7CCEA2

RGB

 RED value IS 124 (48.83% from 255) = 25.2%

 GREEN value IS 206 (80.86% from 255) = 41.87%

 BLUE value IS 162 (63.67% from 255) = 32.93%

R = 25.2%
G = 41.87%
B = 32.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#7CCEA2 (or 0x7CCEA2) is known color: Medium Aquamarine. HEX triplet: 7C, CE and A2. RGB value is (124,206,162). Sum of RGB (Red+Green+Blue) = 124+206+162=492 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.20% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 162 (63.67% from 255 or 32.93% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCEA2 is #83315D. Grayscale: #B0B0B0. Windows color (decimal): -8597854 or 10669692. OLE color: 10669692.

HSL color Cylindrical-coordinate representation of color #7CCEA2: hue angle of 147.8º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCEA2 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 206 162 -
CMYK 0.40 0 0.21 0.19
HSL 147.8º 0.46% 0.65% -
HSV(B) 147.8º 0.4% 0.81% -
XYZ 36.91 51.04 42.09 -
YUV 176.47 119.83 90.58 -
System Red Green Blue C M Y K H S L
Decimal 124 206 162 0.40 0 0.21 0.19 147.8 0.46 0.65
Hex 7C CE A2 28 0 15 13 94 2E 41
Octal 174 316 242 50 0 25 23 224 56 101
Binary 1111100 11001110 10100010 101000 0 10101 10011 10010100 101110 1000001

Color Harmonies of #7CCEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCEA2

Black with #7CCEA2

Text Example


Text Example

White with #7CCEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,206,162); }

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

background-color css

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

 a { background-color: rgb(124,206,162); }

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

border-color css

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

 span { border-color: rgb(124,206,162); }

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