Html Css Color HEX #7FECCC Aquamarine

📋 copy color: '#7FECCC'

red 127 ◦ green 236 ◦ blue 204

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

Shades of Aquamarine #7FECCC

Tints of Aquamarine #7FECCC

RGB

 RED value IS 127 (50% from 255) = 22.4%

 GREEN value IS 236 (92.58% from 255) = 41.62%

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

R = 22.4%
G = 41.62%
B = 35.98%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#7FECCC (or 0x7FECCC) is known color: Aquamarine. HEX triplet: 7F, EC and CC. RGB value is (127,236,204). Sum of RGB (Red+Green+Blue) = 127+236+204=567 (75% of max value = 765). Red value is 127 (50% from 255 or 22.40% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #7FECCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FECCC is #801333. Grayscale: #C7C7C7. Windows color (decimal): -8393524 or 13429887. OLE color: 13429887.

HSL color Cylindrical-coordinate representation of color #7FECCC: hue angle of 162.39º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FECCC is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 236 204 -
CMYK 0.46 0 0.14 0.07
HSL 162.39º 0.74% 0.71% -
HSV(B) 162.39º 0.46% 0.93% -
XYZ 49.65 68.86 67.8 -
YUV 199.76 130.39 76.1 -
System Red Green Blue C M Y K H S L
Decimal 127 236 204 0.46 0 0.14 0.07 162.39 0.74 0.71
Hex 7F EC CC 2E 0 E 7 A2 4A 47
Octal 177 354 314 56 0 16 7 242 112 107
Binary 1111111 11101100 11001100 101110 0 1110 111 10100010 1001010 1000111

Color Harmonies of #7FECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FECCC

Black with #7FECCC

Text Example


Text Example

White with #7FECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,236,204); }

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

background-color css

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

 a { background-color: rgb(127,236,204); }

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

border-color css

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

 span { border-color: rgb(127,236,204); }

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