Html Css Color HEX #7CEDDA Aquamarine

📋 copy color: '#7CEDDA'

red 124 ◦ green 237 ◦ blue 218

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

Shades of Aquamarine #7CEDDA

Tints of Aquamarine #7CEDDA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.93%

 BLUE value IS 218 (85.55% from 255) = 37.65%

R = 21.42%
G = 40.93%
B = 37.65%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#7CEDDA (or 0x7CEDDA) is known color: Aquamarine. HEX triplet: 7C, ED and DA. RGB value is (124,237,218). Sum of RGB (Red+Green+Blue) = 124+237+218=579 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.42% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 237 - color contains mainly: green. Hex color #7CEDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEDDA is #831225. Grayscale: #C9C9C9. Windows color (decimal): -8589862 or 14347644. OLE color: 14347644.

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

Color convert

RGB 124 237 218 -
CMYK 0.48 0 0.08 0.07
HSL 169.91º 0.76% 0.71% -
HSV(B) 169.91º 0.48% 0.93% -
XYZ 51.25 69.92 77.12 -
YUV 201.05 137.56 73.04 -
System Red Green Blue C M Y K H S L
Decimal 124 237 218 0.48 0 0.08 0.07 169.91 0.76 0.71
Hex 7C ED DA 30 0 8 7 AA 4C 47
Octal 174 355 332 60 0 10 7 252 114 107
Binary 1111100 11101101 11011010 110000 0 1000 111 10101010 1001100 1000111

Color Harmonies of #7CEDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CEDDA

Black with #7CEDDA

Text Example


Text Example

White with #7CEDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,237,218); }

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

background-color css

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

 a { background-color: rgb(124,237,218); }

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

border-color css

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

 span { border-color: rgb(124,237,218); }

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