Html Css Color HEX #7CF6CC Aquamarine

📋 copy color: '#7CF6CC'

red 124 ◦ green 246 ◦ blue 204

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

Shades of Aquamarine #7CF6CC

Tints of Aquamarine #7CF6CC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.86%

 BLUE value IS 204 (80.08% from 255) = 35.54%

R = 21.6%
G = 42.86%
B = 35.54%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#7CF6CC (or 0x7CF6CC) is known color: Aquamarine. HEX triplet: 7C, F6 and CC. RGB value is (124,246,204). Sum of RGB (Red+Green+Blue) = 124+246+204=574 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.60% from 574); Green value is 246 (96.48% from 255 or 42.86% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 246 - color contains mainly: green. Hex color #7CF6CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF6CC is #830933. Grayscale: #CCCCCC. Windows color (decimal): -8587572 or 13432444. OLE color: 13432444.

HSL color Cylindrical-coordinate representation of color #7CF6CC: hue angle of 159.34º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CF6CC is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 124 246 204 -
CMYK 0.50 0 0.17 0.04
HSL 159.34º 0.87% 0.73% -
HSV(B) 159.34º 0.5% 0.96% -
XYZ 52.17 74.56 68.77 -
YUV 204.73 127.58 70.42 -
System Red Green Blue C M Y K H S L
Decimal 124 246 204 0.50 0 0.17 0.04 159.34 0.87 0.73
Hex 7C F6 CC 32 0 11 4 9F 57 49
Octal 174 366 314 62 0 21 4 237 127 111
Binary 1111100 11110110 11001100 110010 0 10001 100 10011111 1010111 1001001

Color Harmonies of #7CF6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF6CC

Black with #7CF6CC

Text Example


Text Example

White with #7CF6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,246,204); }

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

background-color css

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

 a { background-color: rgb(124,246,204); }

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

border-color css

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

 span { border-color: rgb(124,246,204); }

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