Html Css Color HEX #77F9CF Aquamarine

📋 copy color: '#77F9CF'

red 119 ◦ green 249 ◦ blue 207

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

Shades of Aquamarine #77F9CF

Tints of Aquamarine #77F9CF

RGB

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

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

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

R = 20.7%
G = 43.3%
B = 36%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#77F9CF (or 0x77F9CF) is known color: Aquamarine. HEX triplet: 77, F9 and CF. RGB value is (119,249,207). Sum of RGB (Red+Green+Blue) = 119+249+207=575 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.70% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 249 - color contains mainly: green. Hex color #77F9CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F9CF is #880630. Grayscale: #CDCDCD. Windows color (decimal): -8914481 or 13629815. OLE color: 13629815.

HSL color Cylindrical-coordinate representation of color #77F9CF: hue angle of 160.62º 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 #77F9CF is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 249 207 -
CMYK 0.52 0 0.17 0.02
HSL 160.62º 0.92% 0.72% -
HSV(B) 160.62º 0.52% 0.98% -
XYZ 52.75 76.18 70.96 -
YUV 205.34 128.93 66.42 -
System Red Green Blue C M Y K H S L
Decimal 119 249 207 0.52 0 0.17 0.02 160.62 0.92 0.72
Hex 77 F9 CF 34 0 11 2 A1 5C 48
Octal 167 371 317 64 0 21 2 241 134 110
Binary 1110111 11111001 11001111 110100 0 10001 10 10100001 1011100 1001000

Color Harmonies of #77F9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F9CF

Black with #77F9CF

Text Example


Text Example

White with #77F9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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