Html Css Color HEX #7CF9DD Aquamarine

📋 copy color: '#7CF9DD'

red 124 ◦ green 249 ◦ blue 221

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

Shades of Aquamarine #7CF9DD

Tints of Aquamarine #7CF9DD

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.92%

 BLUE value IS 221 (86.72% from 255) = 37.21%

R = 20.88%
G = 41.92%
B = 37.21%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#7CF9DD (or 0x7CF9DD) is known color: Aquamarine. HEX triplet: 7C, F9 and DD. RGB value is (124,249,221). Sum of RGB (Red+Green+Blue) = 124+249+221=594 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.88% from 594); Green value is 249 (97.66% from 255 or 41.92% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 249 - color contains mainly: green. Hex color #7CF9DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF9DD is #830622. Grayscale: #D0D0D0. Windows color (decimal): -8586787 or 14547324. OLE color: 14547324.

HSL color Cylindrical-coordinate representation of color #7CF9DD: hue angle of 166.56º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CF9DD is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 124 249 221 -
CMYK 0.50 0 0.11 0.02
HSL 166.56º 0.91% 0.73% -
HSV(B) 166.56º 0.5% 0.98% -
XYZ 55.24 77.26 80.41 -
YUV 208.43 135.09 67.78 -
System Red Green Blue C M Y K H S L
Decimal 124 249 221 0.50 0 0.11 0.02 166.56 0.91 0.73
Hex 7C F9 DD 32 0 B 2 A7 5B 49
Octal 174 371 335 62 0 13 2 247 133 111
Binary 1111100 11111001 11011101 110010 0 1011 10 10100111 1011011 1001001

Color Harmonies of #7CF9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF9DD

Black with #7CF9DD

Text Example


Text Example

White with #7CF9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,249,221); }

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

background-color css

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

 a { background-color: rgb(124,249,221); }

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

border-color css

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

 span { border-color: rgb(124,249,221); }

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