Html Css Color HEX #7CCFA8 Medium Aquamarine

📋 copy color: '#7CCFA8'

red 124 ◦ green 207 ◦ blue 168

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

Shades of Medium Aquamarine #7CCFA8

Tints of Medium Aquamarine #7CCFA8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.48%

 BLUE value IS 168 (66.02% from 255) = 33.67%

R = 24.85%
G = 41.48%
B = 33.67%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#7CCFA8 (or 0x7CCFA8) is known color: Medium Aquamarine. HEX triplet: 7C, CF and A8. RGB value is (124,207,168). Sum of RGB (Red+Green+Blue) = 124+207+168=499 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.85% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCFA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCFA8 is #833057. Grayscale: #B1B1B1. Windows color (decimal): -8597592 or 11063164. OLE color: 11063164.

HSL color Cylindrical-coordinate representation of color #7CCFA8: hue angle of 151.81º 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 #7CCFA8 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 207 168 -
CMYK 0.40 0 0.19 0.19
HSL 151.81º 0.46% 0.65% -
HSV(B) 151.81º 0.4% 0.81% -
XYZ 37.69 51.74 45.05 -
YUV 177.74 122.5 89.67 -
System Red Green Blue C M Y K H S L
Decimal 124 207 168 0.40 0 0.19 0.19 151.81 0.46 0.65
Hex 7C CF A8 28 0 13 13 98 2E 41
Octal 174 317 250 50 0 23 23 230 56 101
Binary 1111100 11001111 10101000 101000 0 10011 10011 10011000 101110 1000001

Color Harmonies of #7CCFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCFA8

Black with #7CCFA8

Text Example


Text Example

White with #7CCFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,207,168); }

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

background-color css

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

 a { background-color: rgb(124,207,168); }

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

border-color css

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

 span { border-color: rgb(124,207,168); }

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