Html Css Color HEX #77FCCF Aquamarine

📋 copy color: '#77FCCF'

red 119 ◦ green 252 ◦ blue 207

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

Shades of Aquamarine #77FCCF

Tints of Aquamarine #77FCCF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.6%

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

R = 20.59%
G = 43.6%
B = 35.81%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#77FCCF (or 0x77FCCF) is known color: Aquamarine. HEX triplet: 77, FC and CF. RGB value is (119,252,207). Sum of RGB (Red+Green+Blue) = 119+252+207=578 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.59% from 578); Green value is 252 (98.83% from 255 or 43.60% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 252 - color contains mainly: green. Hex color #77FCCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FCCF is #880330. Grayscale: #CFCFCF. Windows color (decimal): -8913713 or 13630583. OLE color: 13630583.

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

Color convert

RGB 119 252 207 -
CMYK 0.53 0 0.18 0.01
HSL 159.7º 0.96% 0.73% -
HSV(B) 159.7º 0.53% 0.99% -
XYZ 53.68 78.05 71.27 -
YUV 207.1 127.94 65.16 -
System Red Green Blue C M Y K H S L
Decimal 119 252 207 0.53 0 0.18 0.01 159.7 0.96 0.73
Hex 77 FC CF 35 0 12 1 A0 60 49
Octal 167 374 317 65 0 22 1 240 140 111
Binary 1110111 11111100 11001111 110101 0 10010 1 10100000 1100000 1001001

Color Harmonies of #77FCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FCCF

Black with #77FCCF

Text Example


Text Example

White with #77FCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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