Html Css Color HEX #7FECCF Aquamarine

📋 copy color: '#7FECCF'

red 127 ◦ green 236 ◦ blue 207

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

Shades of Aquamarine #7FECCF

Tints of Aquamarine #7FECCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.32%

R = 22.28%
G = 41.4%
B = 36.32%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#7FECCF (or 0x7FECCF) is known color: Aquamarine. HEX triplet: 7F, EC and CF. RGB value is (127,236,207). Sum of RGB (Red+Green+Blue) = 127+236+207=570 (75% of max value = 765). Red value is 127 (50% from 255 or 22.28% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #7FECCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FECCF is #801330. Grayscale: #C8C8C8. Windows color (decimal): -8393521 or 13626495. OLE color: 13626495.

HSL color Cylindrical-coordinate representation of color #7FECCF: hue angle of 164.04º 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 #7FECCF is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 236 207 -
CMYK 0.46 0 0.12 0.07
HSL 164.04º 0.74% 0.71% -
HSV(B) 164.04º 0.46% 0.93% -
XYZ 50.01 69.01 69.72 -
YUV 200.1 131.89 75.86 -
System Red Green Blue C M Y K H S L
Decimal 127 236 207 0.46 0 0.12 0.07 164.04 0.74 0.71
Hex 7F EC CF 2E 0 C 7 A4 4A 47
Octal 177 354 317 56 0 14 7 244 112 107
Binary 1111111 11101100 11001111 101110 0 1100 111 10100100 1001010 1000111

Color Harmonies of #7FECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FECCF

Black with #7FECCF

Text Example


Text Example

White with #7FECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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