Html Css Color HEX #7CF8DF Aquamarine

📋 copy color: '#7CF8DF'

red 124 ◦ green 248 ◦ blue 223

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

Shades of Aquamarine #7CF8DF

Tints of Aquamarine #7CF8DF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.68%

 BLUE value IS 223 (87.5% from 255) = 37.48%

R = 20.84%
G = 41.68%
B = 37.48%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#7CF8DF (or 0x7CF8DF) is known color: Aquamarine. HEX triplet: 7C, F8 and DF. RGB value is (124,248,223). Sum of RGB (Red+Green+Blue) = 124+248+223=595 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.84% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #7CF8DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF8DF is #830720. Grayscale: #D0D0D0. Windows color (decimal): -8587041 or 14678140. OLE color: 14678140.

HSL color Cylindrical-coordinate representation of color #7CF8DF: hue angle of 167.9º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CF8DF is Cyan = 0.5, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 124 248 223 -
CMYK 0.5 0 0.10 0.03
HSL 167.9º 0.9% 0.73% -
HSV(B) 167.9º 0.5% 0.97% -
XYZ 55.2 76.75 81.72 -
YUV 208.07 136.42 68.03 -
System Red Green Blue C M Y K H S L
Decimal 124 248 223 0.5 0 0.10 0.03 167.9 0.9 0.73
Hex 7C F8 DF 32 0 A 3 A8 5A 49
Octal 174 370 337 62 0 12 3 250 132 111
Binary 1111100 11111000 11011111 110010 0 1010 11 10101000 1011010 1001001

Color Harmonies of #7CF8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF8DF

Black with #7CF8DF

Text Example


Text Example

White with #7CF8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,248,223); }

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

background-color css

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

 a { background-color: rgb(124,248,223); }

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

border-color css

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

 span { border-color: rgb(124,248,223); }

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