Html Css Color HEX #7CEEE0 Aquamarine

📋 copy color: '#7CEEE0'

red 124 ◦ green 238 ◦ blue 224

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

Shades of Aquamarine #7CEEE0

Tints of Aquamarine #7CEEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.23%

R = 21.16%
G = 40.61%
B = 38.23%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#7CEEE0 (or 0x7CEEE0) is known color: Aquamarine. HEX triplet: 7C, EE and E0. RGB value is (124,238,224). Sum of RGB (Red+Green+Blue) = 124+238+224=586 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.16% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 238 - color contains mainly: green. Hex color #7CEEE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEEE0 is #83111F. Grayscale: #CACACA. Windows color (decimal): -8589600 or 14741116. OLE color: 14741116.

HSL color Cylindrical-coordinate representation of color #7CEEE0: hue angle of 172.63º 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 #7CEEE0 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 124 238 224 -
CMYK 0.48 0 0.06 0.07
HSL 172.63º 0.77% 0.71% -
HSV(B) 172.63º 0.48% 0.93% -
XYZ 52.34 70.82 81.43 -
YUV 202.32 140.23 72.14 -
System Red Green Blue C M Y K H S L
Decimal 124 238 224 0.48 0 0.06 0.07 172.63 0.77 0.71
Hex 7C EE E0 30 0 6 7 AD 4D 47
Octal 174 356 340 60 0 6 7 255 115 107
Binary 1111100 11101110 11100000 110000 0 110 111 10101101 1001101 1000111

Color Harmonies of #7CEEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CEEE0

Black with #7CEEE0

Text Example


Text Example

White with #7CEEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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