Html Css Color HEX #77EFC4 Aquamarine

📋 copy color: '#77EFC4'

red 119 ◦ green 239 ◦ blue 196

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

Shades of Aquamarine #77EFC4

Tints of Aquamarine #77EFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.38%

R = 21.48%
G = 43.14%
B = 35.38%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#77EFC4 (or 0x77EFC4) is known color: Aquamarine. HEX triplet: 77, EF and C4. RGB value is (119,239,196). Sum of RGB (Red+Green+Blue) = 119+239+196=554 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.48% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 196 (76.95% from 255 or 35.38% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #77EFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EFC4 is #88103B. Grayscale: #C6C6C6. Windows color (decimal): -8917052 or 12906359. OLE color: 12906359.

HSL color Cylindrical-coordinate representation of color #77EFC4: hue angle of 158.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 #77EFC4 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 239 196 -
CMYK 0.50 0 0.18 0.06
HSL 158.5º 0.79% 0.7% -
HSV(B) 158.5º 0.5% 0.94% -
XYZ 48.44 69.64 63.11 -
YUV 198.22 126.74 71.5 -
System Red Green Blue C M Y K H S L
Decimal 119 239 196 0.50 0 0.18 0.06 158.5 0.79 0.7
Hex 77 EF C4 32 0 12 6 9E 4F 46
Octal 167 357 304 62 0 22 6 236 117 106
Binary 1110111 11101111 11000100 110010 0 10010 110 10011110 1001111 1000110

Color Harmonies of #77EFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EFC4

Black with #77EFC4

Text Example


Text Example

White with #77EFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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