Html Css Color HEX #77F9DF Aquamarine

📋 copy color: '#77F9DF'

red 119 ◦ green 249 ◦ blue 223

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

Shades of Aquamarine #77F9DF

Tints of Aquamarine #77F9DF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.13%

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

R = 20.14%
G = 42.13%
B = 37.73%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#77F9DF (or 0x77F9DF) is known color: Aquamarine. HEX triplet: 77, F9 and DF. RGB value is (119,249,223). Sum of RGB (Red+Green+Blue) = 119+249+223=591 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.14% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 249 - color contains mainly: green. Hex color #77F9DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F9DF is #880620. Grayscale: #CFCFCF. Windows color (decimal): -8914465 or 14678391. OLE color: 14678391.

HSL color Cylindrical-coordinate representation of color #77F9DF: hue angle of 168º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F9DF is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 249 223 -
CMYK 0.52 0 0.10 0.02
HSL 168º 0.92% 0.72% -
HSV(B) 168º 0.52% 0.98% -
XYZ 54.8 77 81.79 -
YUV 207.17 136.93 65.11 -
System Red Green Blue C M Y K H S L
Decimal 119 249 223 0.52 0 0.10 0.02 168 0.92 0.72
Hex 77 F9 DF 34 0 A 2 A8 5C 48
Octal 167 371 337 64 0 12 2 250 134 110
Binary 1110111 11111001 11011111 110100 0 1010 10 10101000 1011100 1001000

Color Harmonies of #77F9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F9DF

Black with #77F9DF

Text Example


Text Example

White with #77F9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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