Html Css Color HEX #7CEEC0 Aquamarine

📋 copy color: '#7CEEC0'

red 124 ◦ green 238 ◦ blue 192

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

Shades of Aquamarine #7CEEC0

Tints of Aquamarine #7CEEC0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.96%

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

R = 22.38%
G = 42.96%
B = 34.66%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#7CEEC0 (or 0x7CEEC0) is known color: Aquamarine. HEX triplet: 7C, EE and C0. RGB value is (124,238,192). Sum of RGB (Red+Green+Blue) = 124+238+192=554 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.38% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #7CEEC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEEC0 is #83113F. Grayscale: #C6C6C6. Windows color (decimal): -8589632 or 12643964. OLE color: 12643964.

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

Color convert

RGB 124 238 192 -
CMYK 0.48 0 0.19 0.07
HSL 155.79º 0.77% 0.71% -
HSV(B) 155.79º 0.48% 0.93% -
XYZ 48.4 69.24 60.68 -
YUV 198.67 124.23 74.74 -
System Red Green Blue C M Y K H S L
Decimal 124 238 192 0.48 0 0.19 0.07 155.79 0.77 0.71
Hex 7C EE C0 30 0 13 7 9C 4D 47
Octal 174 356 300 60 0 23 7 234 115 107
Binary 1111100 11101110 11000000 110000 0 10011 111 10011100 1001101 1000111

Color Harmonies of #7CEEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CEEC0

Black with #7CEEC0

Text Example


Text Example

White with #7CEEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,238,192); }

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

background-color css

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

 a { background-color: rgb(124,238,192); }

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

border-color css

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

 span { border-color: rgb(124,238,192); }

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