Html Css Color HEX #77EFCB Aquamarine

📋 copy color: '#77EFCB'

red 119 ◦ green 239 ◦ blue 203

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

Shades of Aquamarine #77EFCB

Tints of Aquamarine #77EFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.19%

R = 21.21%
G = 42.6%
B = 36.19%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#77EFCB (or 0x77EFCB) is known color: Aquamarine. HEX triplet: 77, EF and CB. RGB value is (119,239,203). Sum of RGB (Red+Green+Blue) = 119+239+203=561 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.21% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #77EFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EFCB is #881034. Grayscale: #C7C7C7. Windows color (decimal): -8917045 or 13365111. OLE color: 13365111.

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

Color convert

RGB 119 239 203 -
CMYK 0.50 0 0.15 0.06
HSL 162º 0.79% 0.7% -
HSV(B) 162º 0.5% 0.94% -
XYZ 49.25 69.97 67.41 -
YUV 199.02 130.24 70.93 -
System Red Green Blue C M Y K H S L
Decimal 119 239 203 0.50 0 0.15 0.06 162 0.79 0.7
Hex 77 EF CB 32 0 F 6 A2 4F 46
Octal 167 357 313 62 0 17 6 242 117 106
Binary 1110111 11101111 11001011 110010 0 1111 110 10100010 1001111 1000110

Color Harmonies of #77EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EFCB

Black with #77EFCB

Text Example


Text Example

White with #77EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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