Html Css Color HEX #77F8AF Aquamarine

📋 copy color: '#77F8AF'

red 119 ◦ green 248 ◦ blue 175

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

Shades of Aquamarine #77F8AF

Tints of Aquamarine #77F8AF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.76%

 BLUE value IS 175 (68.75% from 255) = 32.29%

R = 21.96%
G = 45.76%
B = 32.29%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#77F8AF (or 0x77F8AF) is known color: Aquamarine. HEX triplet: 77, F8 and AF. RGB value is (119,248,175). Sum of RGB (Red+Green+Blue) = 119+248+175=542 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.96% from 542); Green value is 248 (97.27% from 255 or 45.76% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 248 - color contains mainly: green. Hex color #77F8AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77F8AF is #880750. Grayscale: #C9C9C9. Windows color (decimal): -8914769 or 11532407. OLE color: 11532407.

HSL color Cylindrical-coordinate representation of color #77F8AF: hue angle of 146.05º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F8AF is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 119 248 175 -
CMYK 0.52 0 0.29 0.03
HSL 146.05º 0.9% 0.72% -
HSV(B) 146.05º 0.52% 0.97% -
XYZ 48.91 74.15 52.29 -
YUV 201.11 113.26 69.44 -
System Red Green Blue C M Y K H S L
Decimal 119 248 175 0.52 0 0.29 0.03 146.05 0.9 0.72
Hex 77 F8 AF 34 0 1D 3 92 5A 48
Octal 167 370 257 64 0 35 3 222 132 110
Binary 1110111 11111000 10101111 110100 0 11101 11 10010010 1011010 1001000

Color Harmonies of #77F8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F8AF

Black with #77F8AF

Text Example


Text Example

White with #77F8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,248,175); }

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

background-color css

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

 a { background-color: rgb(119,248,175); }

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

border-color css

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

 span { border-color: rgb(119,248,175); }

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