Html Css Color HEX #77CBAD Monte Carlo

📋 copy color: '#77CBAD'

red 119 ◦ green 203 ◦ blue 173

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

Shades of Monte Carlo #77CBAD

Tints of Monte Carlo #77CBAD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.01%

 BLUE value IS 173 (67.97% from 255) = 34.95%

R = 24.04%
G = 41.01%
B = 34.95%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#77CBAD (or 0x77CBAD) is known color: Monte Carlo. HEX triplet: 77, CB and AD. RGB value is (119,203,173). Sum of RGB (Red+Green+Blue) = 119+203+173=495 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.04% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 203 - color contains mainly: green. Hex color #77CBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CBAD is #883452. Grayscale: #AEAEAE. Windows color (decimal): -8926291 or 11389815. OLE color: 11389815.

HSL color Cylindrical-coordinate representation of color #77CBAD: hue angle of 158.57º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77CBAD is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 203 173 -
CMYK 0.41 0 0.15 0.20
HSL 158.57º 0.45% 0.63% -
HSV(B) 158.57º 0.41% 0.8% -
XYZ 36.51 49.65 47.19 -
YUV 174.46 127.17 88.44 -
System Red Green Blue C M Y K H S L
Decimal 119 203 173 0.41 0 0.15 0.20 158.57 0.45 0.63
Hex 77 CB AD 29 0 F 14 9F 2D 3F
Octal 167 313 255 51 0 17 24 237 55 77
Binary 1110111 11001011 10101101 101001 0 1111 10100 10011111 101101 111111

Color Harmonies of #77CBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CBAD

Black with #77CBAD

Text Example


Text Example

White with #77CBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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