Html Css Color HEX #77EFCF Aquamarine

📋 copy color: '#77EFCF'

red 119 ◦ green 239 ◦ blue 207

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

Shades of Aquamarine #77EFCF

Tints of Aquamarine #77EFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.64%

R = 21.06%
G = 42.3%
B = 36.64%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#77EFCF (or 0x77EFCF) is known color: Aquamarine. HEX triplet: 77, EF and CF. RGB value is (119,239,207). Sum of RGB (Red+Green+Blue) = 119+239+207=565 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.06% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #77EFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EFCF is #881030. Grayscale: #C7C7C7. Windows color (decimal): -8917041 or 13627255. OLE color: 13627255.

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

Color convert

RGB 119 239 207 -
CMYK 0.50 0 0.13 0.06
HSL 164º 0.79% 0.7% -
HSV(B) 164º 0.5% 0.94% -
XYZ 49.74 70.16 69.95 -
YUV 199.47 132.24 70.6 -
System Red Green Blue C M Y K H S L
Decimal 119 239 207 0.50 0 0.13 0.06 164 0.79 0.7
Hex 77 EF CF 32 0 D 6 A4 4F 46
Octal 167 357 317 62 0 15 6 244 117 106
Binary 1110111 11101111 11001111 110010 0 1101 110 10100100 1001111 1000110

Color Harmonies of #77EFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EFCF

Black with #77EFCF

Text Example


Text Example

White with #77EFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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