Html Css Color HEX #77CAB5 Monte Carlo

📋 copy color: '#77CAB5'

red 119 ◦ green 202 ◦ blue 181

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

Shades of Monte Carlo #77CAB5

Tints of Monte Carlo #77CAB5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.24%

 BLUE value IS 181 (71.09% from 255) = 36.06%

R = 23.71%
G = 40.24%
B = 36.06%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#77CAB5 (or 0x77CAB5) is known color: Monte Carlo. HEX triplet: 77, CA and B5. RGB value is (119,202,181). Sum of RGB (Red+Green+Blue) = 119+202+181=502 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.71% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #77CAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CAB5 is #88354A. Grayscale: #AEAEAE. Windows color (decimal): -8926539 or 11913847. OLE color: 11913847.

HSL color Cylindrical-coordinate representation of color #77CAB5: hue angle of 164.82º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77CAB5 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 202 181 -
CMYK 0.41 0 0.10 0.21
HSL 164.82º 0.44% 0.63% -
HSV(B) 164.82º 0.41% 0.79% -
XYZ 37.07 49.5 51.32 -
YUV 174.79 131.5 88.21 -
System Red Green Blue C M Y K H S L
Decimal 119 202 181 0.41 0 0.10 0.21 164.82 0.44 0.63
Hex 77 CA B5 29 0 A 15 A5 2C 3F
Octal 167 312 265 51 0 12 25 245 54 77
Binary 1110111 11001010 10110101 101001 0 1010 10101 10100101 101100 111111

Color Harmonies of #77CAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CAB5

Black with #77CAB5

Text Example


Text Example

White with #77CAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,202,181); }

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

background-color css

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

 a { background-color: rgb(119,202,181); }

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

border-color css

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

 span { border-color: rgb(119,202,181); }

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