Html Css Color HEX #77BEAF Monte Carlo

📋 copy color: '#77BEAF'

red 119 ◦ green 190 ◦ blue 175

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

Shades of Monte Carlo #77BEAF

Tints of Monte Carlo #77BEAF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.26%

 BLUE value IS 175 (68.75% from 255) = 36.16%

R = 24.59%
G = 39.26%
B = 36.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#77BEAF (or 0x77BEAF) is known color: Monte Carlo. HEX triplet: 77, BE and AF. RGB value is (119,190,175). Sum of RGB (Red+Green+Blue) = 119+190+175=484 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.59% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #77BEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BEAF is #884150. Grayscale: #A7A7A7. Windows color (decimal): -8929617 or 11517559. OLE color: 11517559.

HSL color Cylindrical-coordinate representation of color #77BEAF: hue angle of 167.32º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77BEAF is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 190 175 -
CMYK 0.37 0 0.08 0.25
HSL 167.32º 0.35% 0.61% -
HSV(B) 167.32º 0.37% 0.75% -
XYZ 33.76 43.84 47.24 -
YUV 167.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 119 190 175 0.37 0 0.08 0.25 167.32 0.35 0.61
Hex 77 BE AF 25 0 8 19 A7 23 3D
Octal 167 276 257 45 0 10 31 247 43 75
Binary 1110111 10111110 10101111 100101 0 1000 11001 10100111 100011 111101

Color Harmonies of #77BEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BEAF

Black with #77BEAF

Text Example


Text Example

White with #77BEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,190,175); }

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

background-color css

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

 a { background-color: rgb(119,190,175); }

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

border-color css

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

 span { border-color: rgb(119,190,175); }

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