Html Css Color HEX #77EFC3 Aquamarine

📋 copy color: '#77EFC3'

red 119 ◦ green 239 ◦ blue 195

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

Shades of Aquamarine #77EFC3

Tints of Aquamarine #77EFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.26%

R = 21.52%
G = 43.22%
B = 35.26%

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

#77EFC3 (or 0x77EFC3) is known color: Aquamarine. HEX triplet: 77, EF and C3. RGB value is (119,239,195). Sum of RGB (Red+Green+Blue) = 119+239+195=553 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.52% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #77EFC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EFC3 is #88103C. Grayscale: #C6C6C6. Windows color (decimal): -8917053 or 12840823. OLE color: 12840823.

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

Color convert

RGB 119 239 195 -
CMYK 0.50 0 0.18 0.06
HSL 158º 0.79% 0.7% -
HSV(B) 158º 0.5% 0.94% -
XYZ 48.32 69.6 62.52 -
YUV 198.1 126.24 71.58 -
System Red Green Blue C M Y K H S L
Decimal 119 239 195 0.50 0 0.18 0.06 158 0.79 0.7
Hex 77 EF C3 32 0 12 6 9E 4F 46
Octal 167 357 303 62 0 22 6 236 117 106
Binary 1110111 11101111 11000011 110010 0 10010 110 10011110 1001111 1000110

Color Harmonies of #77EFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EFC3

Black with #77EFC3

Text Example


Text Example

White with #77EFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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