Html Css Color HEX #7CEECC Aquamarine

📋 copy color: '#7CEECC'

red 124 ◦ green 238 ◦ blue 204

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

Shades of Aquamarine #7CEECC

Tints of Aquamarine #7CEECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.04%

R = 21.91%
G = 42.05%
B = 36.04%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#7CEECC (or 0x7CEECC) is known color: Aquamarine. HEX triplet: 7C, EE and CC. RGB value is (124,238,204). Sum of RGB (Red+Green+Blue) = 124+238+204=566 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.91% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 238 - color contains mainly: green. Hex color #7CEECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEECC is #831133. Grayscale: #C8C8C8. Windows color (decimal): -8589620 or 13430396. OLE color: 13430396.

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

Color convert

RGB 124 238 204 -
CMYK 0.48 0 0.14 0.07
HSL 162.11º 0.77% 0.71% -
HSV(B) 162.11º 0.48% 0.93% -
XYZ 49.79 69.79 67.97 -
YUV 200.04 130.23 73.76 -
System Red Green Blue C M Y K H S L
Decimal 124 238 204 0.48 0 0.14 0.07 162.11 0.77 0.71
Hex 7C EE CC 30 0 E 7 A2 4D 47
Octal 174 356 314 60 0 16 7 242 115 107
Binary 1111100 11101110 11001100 110000 0 1110 111 10100010 1001101 1000111

Color Harmonies of #7CEECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CEECC

Black with #7CEECC

Text Example


Text Example

White with #7CEECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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