Html Css Color HEX #77FEDF Aquamarine

📋 copy color: '#77FEDF'

red 119 ◦ green 254 ◦ blue 223

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

Shades of Aquamarine #77FEDF

Tints of Aquamarine #77FEDF

RGB

 RED value IS 119 (46.88% from 255) = 19.97%

 GREEN value IS 254 (99.61% from 255) = 42.62%

 BLUE value IS 223 (87.5% from 255) = 37.42%

R = 19.97%
G = 42.62%
B = 37.42%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#77FEDF (or 0x77FEDF) is known color: Aquamarine. HEX triplet: 77, FE and DF. RGB value is (119,254,223). Sum of RGB (Red+Green+Blue) = 119+254+223=596 (78% of max value = 765). Red value is 119 (46.88% from 255 or 19.97% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #77FEDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FEDF is #880120. Grayscale: #D2D2D2. Windows color (decimal): -8913185 or 14679671. OLE color: 14679671.

HSL color Cylindrical-coordinate representation of color #77FEDF: hue angle of 166.22º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FEDF is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 119 254 223 -
CMYK 0.53 0 0.12 0.00
HSL 166.22º 0.99% 0.73% -
HSV(B) 166.22º 0.53% 1% -
XYZ 56.37 80.13 82.31 -
YUV 210.1 135.27 63.02 -
System Red Green Blue C M Y K H S L
Decimal 119 254 223 0.53 0 0.12 0.00 166.22 0.99 0.73
Hex 77 FE DF 35 0 C 0 A6 63 49
Octal 167 376 337 65 0 14 0 246 143 111
Binary 1110111 11111110 11011111 110101 0 1100 0 10100110 1100011 1001001

Color Harmonies of #77FEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FEDF

Black with #77FEDF

Text Example


Text Example

White with #77FEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77FEDF; }

 p { color: rgb(119,254,223); }

 H1.HeaderClassName
 {
   color: #77FEDF;
 }
 .AnyTagClassName
 {
   color: #77FEDF;
 }
</style>

background-color css

<style>
 a { background-color: #77FEDF; }

 a { background-color: rgb(119,254,223); }

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

border-color css

<style>
 span { border-color: #77FEDF; }

 span { border-color: rgb(119,254,223); }

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