Html Css Color HEX #7CEED4 Aquamarine

📋 copy color: '#7CEED4'

red 124 ◦ green 238 ◦ blue 212

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

Shades of Aquamarine #7CEED4

Tints of Aquamarine #7CEED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.93%

R = 21.6%
G = 41.46%
B = 36.93%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#7CEED4 (or 0x7CEED4) is known color: Aquamarine. HEX triplet: 7C, EE and D4. RGB value is (124,238,212). Sum of RGB (Red+Green+Blue) = 124+238+212=574 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.60% from 574); Green value is 238 (93.36% from 255 or 41.46% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 238 - color contains mainly: green. Hex color #7CEED4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEED4 is #83112B. Grayscale: #C8C8C8. Windows color (decimal): -8589612 or 13954684. OLE color: 13954684.

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

Color convert

RGB 124 238 212 -
CMYK 0.48 0 0.11 0.07
HSL 166.32º 0.77% 0.71% -
HSV(B) 166.32º 0.48% 0.93% -
XYZ 50.77 70.19 73.16 -
YUV 200.95 134.23 73.11 -
System Red Green Blue C M Y K H S L
Decimal 124 238 212 0.48 0 0.11 0.07 166.32 0.77 0.71
Hex 7C EE D4 30 0 B 7 A6 4D 47
Octal 174 356 324 60 0 13 7 246 115 107
Binary 1111100 11101110 11010100 110000 0 1011 111 10100110 1001101 1000111

Color Harmonies of #7CEED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CEED4

Black with #7CEED4

Text Example


Text Example

White with #7CEED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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