Html Css Color HEX #7FEBDC Aquamarine

📋 copy color: '#7FEBDC'

red 127 ◦ green 235 ◦ blue 220

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

Shades of Aquamarine #7FEBDC

Tints of Aquamarine #7FEBDC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.38%

 BLUE value IS 220 (86.33% from 255) = 37.8%

R = 21.82%
G = 40.38%
B = 37.8%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#7FEBDC (or 0x7FEBDC) is known color: Aquamarine. HEX triplet: 7F, EB and DC. RGB value is (127,235,220). Sum of RGB (Red+Green+Blue) = 127+235+220=582 (77% of max value = 765). Red value is 127 (50% from 255 or 21.82% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 235 - color contains mainly: green. Hex color #7FEBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEBDC is #801423. Grayscale: #C8C8C8. Windows color (decimal): -8393764 or 14478207. OLE color: 14478207.

HSL color Cylindrical-coordinate representation of color #7FEBDC: hue angle of 171.67º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEBDC is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 127 235 220 -
CMYK 0.46 0 0.06 0.08
HSL 171.67º 0.73% 0.71% -
HSV(B) 171.67º 0.46% 0.92% -
XYZ 51.38 69.1 78.34 -
YUV 201 138.72 75.22 -
System Red Green Blue C M Y K H S L
Decimal 127 235 220 0.46 0 0.06 0.08 171.67 0.73 0.71
Hex 7F EB DC 2E 0 6 8 AC 49 47
Octal 177 353 334 56 0 6 10 254 111 107
Binary 1111111 11101011 11011100 101110 0 110 1000 10101100 1001001 1000111

Color Harmonies of #7FEBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEBDC

Black with #7FEBDC

Text Example


Text Example

White with #7FEBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,235,220); }

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

background-color css

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

 a { background-color: rgb(127,235,220); }

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

border-color css

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

 span { border-color: rgb(127,235,220); }

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