Html Css Color HEX #77F7E7 Aquamarine

📋 copy color: '#77F7E7'

red 119 ◦ green 247 ◦ blue 231

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

Shades of Aquamarine #77F7E7

Tints of Aquamarine #77F7E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.69%

R = 19.93%
G = 41.37%
B = 38.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#77F7E7 (or 0x77F7E7) is known color: Aquamarine. HEX triplet: 77, F7 and E7. RGB value is (119,247,231). Sum of RGB (Red+Green+Blue) = 119+247+231=597 (79% of max value = 765). Red value is 119 (46.88% from 255 or 19.93% from 597); Green value is 247 (96.88% from 255 or 41.37% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 247 - color contains mainly: green. Hex color #77F7E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F7E7 is #880818. Grayscale: #CECECE. Windows color (decimal): -8914969 or 15202167. OLE color: 15202167.

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

Color convert

RGB 119 247 231 -
CMYK 0.52 0 0.06 0.03
HSL 172.5º 0.89% 0.72% -
HSV(B) 172.5º 0.52% 0.97% -
XYZ 55.29 76.21 87.4 -
YUV 206.9 141.59 65.3 -
System Red Green Blue C M Y K H S L
Decimal 119 247 231 0.52 0 0.06 0.03 172.5 0.89 0.72
Hex 77 F7 E7 34 0 6 3 AC 59 48
Octal 167 367 347 64 0 6 3 254 131 110
Binary 1110111 11110111 11100111 110100 0 110 11 10101100 1011001 1001000

Color Harmonies of #77F7E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F7E7

Black with #77F7E7

Text Example


Text Example

White with #77F7E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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