Html Css Color HEX #7CEAD2 Aquamarine

📋 copy color: '#7CEAD2'

red 124 ◦ green 234 ◦ blue 210

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

Shades of Aquamarine #7CEAD2

Tints of Aquamarine #7CEAD2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.2%

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

R = 21.83%
G = 41.2%
B = 36.97%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#7CEAD2 (or 0x7CEAD2) is known color: Aquamarine. HEX triplet: 7C, EA and D2. RGB value is (124,234,210). Sum of RGB (Red+Green+Blue) = 124+234+210=568 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.83% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #7CEAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEAD2 is #83152D. Grayscale: #C6C6C6. Windows color (decimal): -8590638 or 13822588. OLE color: 13822588.

HSL color Cylindrical-coordinate representation of color #7CEAD2: hue angle of 166.91º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CEAD2 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 124 234 210 -
CMYK 0.47 0 0.10 0.08
HSL 166.91º 0.72% 0.7% -
HSV(B) 166.91º 0.47% 0.92% -
XYZ 49.37 67.78 71.45 -
YUV 198.37 134.56 74.95 -
System Red Green Blue C M Y K H S L
Decimal 124 234 210 0.47 0 0.10 0.08 166.91 0.72 0.7
Hex 7C EA D2 2F 0 A 8 A7 48 46
Octal 174 352 322 57 0 12 10 247 110 106
Binary 1111100 11101010 11010010 101111 0 1010 1000 10100111 1001000 1000110

Color Harmonies of #7CEAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CEAD2

Black with #7CEAD2

Text Example


Text Example

White with #7CEAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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