Html Css Color HEX #7CFCDC Aquamarine

📋 copy color: '#7CFCDC'

red 124 ◦ green 252 ◦ blue 220

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

Shades of Aquamarine #7CFCDC

Tints of Aquamarine #7CFCDC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.28%

 BLUE value IS 220 (86.33% from 255) = 36.91%

R = 20.81%
G = 42.28%
B = 36.91%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#7CFCDC (or 0x7CFCDC) is known color: Aquamarine. HEX triplet: 7C, FC and DC. RGB value is (124,252,220). Sum of RGB (Red+Green+Blue) = 124+252+220=596 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.81% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #7CFCDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFCDC is #830323. Grayscale: #D2D2D2. Windows color (decimal): -8586020 or 14482556. OLE color: 14482556.

HSL color Cylindrical-coordinate representation of color #7CFCDC: hue angle of 165º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFCDC is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 124 252 220 -
CMYK 0.51 0 0.13 0.01
HSL 165º 0.96% 0.74% -
HSV(B) 165º 0.51% 0.99% -
XYZ 56.04 79.07 80.02 -
YUV 210.08 133.59 66.6 -
System Red Green Blue C M Y K H S L
Decimal 124 252 220 0.51 0 0.13 0.01 165 0.96 0.74
Hex 7C FC DC 33 0 D 1 A5 60 4A
Octal 174 374 334 63 0 15 1 245 140 112
Binary 1111100 11111100 11011100 110011 0 1101 1 10100101 1100000 1001010

Color Harmonies of #7CFCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CFCDC

Black with #7CFCDC

Text Example


Text Example

White with #7CFCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,252,220); }

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

background-color css

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

 a { background-color: rgb(124,252,220); }

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

border-color css

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

 span { border-color: rgb(124,252,220); }

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