Html Css Color HEX #77F7C4 Aquamarine

📋 copy color: '#77F7C4'

red 119 ◦ green 247 ◦ blue 196

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

Shades of Aquamarine #77F7C4

Tints of Aquamarine #77F7C4

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.95%

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

R = 21.17%
G = 43.95%
B = 34.88%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#77F7C4 (or 0x77F7C4) is known color: Aquamarine. HEX triplet: 77, F7 and C4. RGB value is (119,247,196). Sum of RGB (Red+Green+Blue) = 119+247+196=562 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.17% from 562); Green value is 247 (96.88% from 255 or 43.95% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 247 - color contains mainly: green. Hex color #77F7C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F7C4 is #88083B. Grayscale: #CACACA. Windows color (decimal): -8915004 or 12908407. OLE color: 12908407.

HSL color Cylindrical-coordinate representation of color #77F7C4: hue angle of 156.09º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F7C4 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 119 247 196 -
CMYK 0.52 0 0.21 0.03
HSL 156.09º 0.89% 0.72% -
HSV(B) 156.09º 0.52% 0.97% -
XYZ 50.83 74.43 63.91 -
YUV 202.91 124.09 68.15 -
System Red Green Blue C M Y K H S L
Decimal 119 247 196 0.52 0 0.21 0.03 156.09 0.89 0.72
Hex 77 F7 C4 34 0 15 3 9C 59 48
Octal 167 367 304 64 0 25 3 234 131 110
Binary 1110111 11110111 11000100 110100 0 10101 11 10011100 1011001 1001000

Color Harmonies of #77F7C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F7C4

Black with #77F7C4

Text Example


Text Example

White with #77F7C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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