Html Css Color HEX #7CF0DD Aquamarine

📋 copy color: '#7CF0DD'

red 124 ◦ green 240 ◦ blue 221

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

Shades of Aquamarine #7CF0DD

Tints of Aquamarine #7CF0DD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.03%

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

R = 21.2%
G = 41.03%
B = 37.78%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#7CF0DD (or 0x7CF0DD) is known color: Aquamarine. HEX triplet: 7C, F0 and DD. RGB value is (124,240,221). Sum of RGB (Red+Green+Blue) = 124+240+221=585 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.20% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF0DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF0DD is #830F22. Grayscale: #CBCBCB. Windows color (decimal): -8589091 or 14545020. OLE color: 14545020.

HSL color Cylindrical-coordinate representation of color #7CF0DD: hue angle of 170.17º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CF0DD is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 124 240 221 -
CMYK 0.48 0 0.08 0.06
HSL 170.17º 0.79% 0.71% -
HSV(B) 170.17º 0.48% 0.94% -
XYZ 52.52 71.83 79.5 -
YUV 203.15 138.07 71.54 -
System Red Green Blue C M Y K H S L
Decimal 124 240 221 0.48 0 0.08 0.06 170.17 0.79 0.71
Hex 7C F0 DD 30 0 8 6 AA 4F 47
Octal 174 360 335 60 0 10 6 252 117 107
Binary 1111100 11110000 11011101 110000 0 1000 110 10101010 1001111 1000111

Color Harmonies of #7CF0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF0DD

Black with #7CF0DD

Text Example


Text Example

White with #7CF0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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