Html Css Color HEX #7CEED2 Aquamarine

📋 copy color: '#7CEED2'

red 124 ◦ green 238 ◦ blue 210

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

Shades of Aquamarine #7CEED2

Tints of Aquamarine #7CEED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.71%

R = 21.68%
G = 41.61%
B = 36.71%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#7CEED2 (or 0x7CEED2) is known color: Aquamarine. HEX triplet: 7C, EE and D2. RGB value is (124,238,210). Sum of RGB (Red+Green+Blue) = 124+238+210=572 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.68% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 210 (82.42% from 255 or 36.71% from 572); Max value from RGB is 238 - color contains mainly: green. Hex color #7CEED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEED2 is #83112D. Grayscale: #C8C8C8. Windows color (decimal): -8589614 or 13823612. OLE color: 13823612.

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

Color convert

RGB 124 238 210 -
CMYK 0.48 0 0.12 0.07
HSL 165.26º 0.77% 0.71% -
HSV(B) 165.26º 0.48% 0.93% -
XYZ 50.52 70.09 71.84 -
YUV 200.72 133.23 73.28 -
System Red Green Blue C M Y K H S L
Decimal 124 238 210 0.48 0 0.12 0.07 165.26 0.77 0.71
Hex 7C EE D2 30 0 C 7 A5 4D 47
Octal 174 356 322 60 0 14 7 245 115 107
Binary 1111100 11101110 11010010 110000 0 1100 111 10100101 1001101 1000111

Color Harmonies of #7CEED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CEED2

Black with #7CEED2

Text Example


Text Example

White with #7CEED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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