Html Css Color HEX #7CF2E1 Aquamarine

📋 copy color: '#7CF2E1'

red 124 ◦ green 242 ◦ blue 225

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

Shades of Aquamarine #7CF2E1

Tints of Aquamarine #7CF2E1

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.95%

 BLUE value IS 225 (88.28% from 255) = 38.07%

R = 20.98%
G = 40.95%
B = 38.07%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#7CF2E1 (or 0x7CF2E1) is known color: Aquamarine. HEX triplet: 7C, F2 and E1. RGB value is (124,242,225). Sum of RGB (Red+Green+Blue) = 124+242+225=591 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.98% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF2E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF2E1 is #830D1E. Grayscale: #CCCCCC. Windows color (decimal): -8588575 or 14807676. OLE color: 14807676.

HSL color Cylindrical-coordinate representation of color #7CF2E1: hue angle of 171.36º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF2E1 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 124 242 225 -
CMYK 0.49 0 0.07 0.05
HSL 171.36º 0.82% 0.72% -
HSV(B) 171.36º 0.49% 0.95% -
XYZ 53.65 73.23 82.54 -
YUV 204.78 139.41 70.38 -
System Red Green Blue C M Y K H S L
Decimal 124 242 225 0.49 0 0.07 0.05 171.36 0.82 0.72
Hex 7C F2 E1 31 0 7 5 AB 52 48
Octal 174 362 341 61 0 7 5 253 122 110
Binary 1111100 11110010 11100001 110001 0 111 101 10101011 1010010 1001000

Color Harmonies of #7CF2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF2E1

Black with #7CF2E1

Text Example


Text Example

White with #7CF2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,242,225); }

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

background-color css

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

 a { background-color: rgb(124,242,225); }

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

border-color css

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

 span { border-color: rgb(124,242,225); }

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