Html Css Color HEX #77EFCC Aquamarine

📋 copy color: '#77EFCC'

red 119 ◦ green 239 ◦ blue 204

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

Shades of Aquamarine #77EFCC

Tints of Aquamarine #77EFCC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.53%

 BLUE value IS 204 (80.08% from 255) = 36.3%

R = 21.17%
G = 42.53%
B = 36.3%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#77EFCC (or 0x77EFCC) is known color: Aquamarine. HEX triplet: 77, EF and CC. RGB value is (119,239,204). Sum of RGB (Red+Green+Blue) = 119+239+204=562 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.17% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #77EFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EFCC is #881033. Grayscale: #C7C7C7. Windows color (decimal): -8917044 or 13430647. OLE color: 13430647.

HSL color Cylindrical-coordinate representation of color #77EFCC: hue angle of 162.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77EFCC is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 239 204 -
CMYK 0.50 0 0.15 0.06
HSL 162.5º 0.79% 0.7% -
HSV(B) 162.5º 0.5% 0.94% -
XYZ 49.37 70.01 68.04 -
YUV 199.13 130.74 70.85 -
System Red Green Blue C M Y K H S L
Decimal 119 239 204 0.50 0 0.15 0.06 162.5 0.79 0.7
Hex 77 EF CC 32 0 F 6 A2 4F 46
Octal 167 357 314 62 0 17 6 242 117 106
Binary 1110111 11101111 11001100 110010 0 1111 110 10100010 1001111 1000110

Color Harmonies of #77EFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EFCC

Black with #77EFCC

Text Example


Text Example

White with #77EFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,239,204); }

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

background-color css

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

 a { background-color: rgb(119,239,204); }

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

border-color css

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

 span { border-color: rgb(119,239,204); }

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