Html Css Color HEX #7CEAD4 Aquamarine

📋 copy color: '#7CEAD4'

red 124 ◦ green 234 ◦ blue 212

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

Shades of Aquamarine #7CEAD4

Tints of Aquamarine #7CEAD4

RGB

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

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

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

R = 21.75%
G = 41.05%
B = 37.19%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#7CEAD4 (or 0x7CEAD4) is known color: Aquamarine. HEX triplet: 7C, EA and D4. RGB value is (124,234,212). Sum of RGB (Red+Green+Blue) = 124+234+212=570 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.75% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #7CEAD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEAD4 is #83152B. Grayscale: #C6C6C6. Windows color (decimal): -8590636 or 13953660. OLE color: 13953660.

HSL color Cylindrical-coordinate representation of color #7CEAD4: hue angle of 168º 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 #7CEAD4 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 124 234 212 -
CMYK 0.47 0 0.09 0.08
HSL 168º 0.72% 0.7% -
HSV(B) 168º 0.47% 0.92% -
XYZ 49.62 67.88 72.78 -
YUV 198.6 135.56 74.79 -
System Red Green Blue C M Y K H S L
Decimal 124 234 212 0.47 0 0.09 0.08 168 0.72 0.7
Hex 7C EA D4 2F 0 9 8 A8 48 46
Octal 174 352 324 57 0 11 10 250 110 106
Binary 1111100 11101010 11010100 101111 0 1001 1000 10101000 1001000 1000110

Color Harmonies of #7CEAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CEAD4

Black with #7CEAD4

Text Example


Text Example

White with #7CEAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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