Html Css Color HEX #7CF0E4 Aquamarine

📋 copy color: '#7CF0E4'

red 124 ◦ green 240 ◦ blue 228

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

Shades of Aquamarine #7CF0E4

Tints of Aquamarine #7CF0E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.51%

R = 20.95%
G = 40.54%
B = 38.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#7CF0E4 (or 0x7CF0E4) is known color: Aquamarine. HEX triplet: 7C, F0 and E4. RGB value is (124,240,228). Sum of RGB (Red+Green+Blue) = 124+240+228=592 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.95% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 228 (89.45% from 255 or 38.51% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF0E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF0E4 is #830F1B. Grayscale: #CBCBCB. Windows color (decimal): -8589084 or 15003772. OLE color: 15003772.

HSL color Cylindrical-coordinate representation of color #7CF0E4: hue angle of 173.79º 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 #7CF0E4 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 124 240 228 -
CMYK 0.48 0 0.05 0.06
HSL 173.79º 0.79% 0.71% -
HSV(B) 173.79º 0.48% 0.94% -
XYZ 53.48 72.21 84.52 -
YUV 203.95 141.57 70.98 -
System Red Green Blue C M Y K H S L
Decimal 124 240 228 0.48 0 0.05 0.06 173.79 0.79 0.71
Hex 7C F0 E4 30 0 5 6 AE 4F 47
Octal 174 360 344 60 0 5 6 256 117 107
Binary 1111100 11110000 11100100 110000 0 101 110 10101110 1001111 1000111

Color Harmonies of #7CF0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF0E4

Black with #7CF0E4

Text Example


Text Example

White with #7CF0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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