Html Css Color HEX #77CFB2 Monte Carlo

📋 copy color: '#77CFB2'

red 119 ◦ green 207 ◦ blue 178

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

Shades of Monte Carlo #77CFB2

Tints of Monte Carlo #77CFB2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.07%

 BLUE value IS 178 (69.92% from 255) = 35.32%

R = 23.61%
G = 41.07%
B = 35.32%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#77CFB2 (or 0x77CFB2) is known color: Monte Carlo. HEX triplet: 77, CF and B2. RGB value is (119,207,178). Sum of RGB (Red+Green+Blue) = 119+207+178=504 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.61% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 207 - color contains mainly: green. Hex color #77CFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CFB2 is #88304D. Grayscale: #B1B1B1. Windows color (decimal): -8925262 or 11718519. OLE color: 11718519.

HSL color Cylindrical-coordinate representation of color #77CFB2: hue angle of 160.23º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77CFB2 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 207 178 -
CMYK 0.43 0 0.14 0.19
HSL 160.23º 0.48% 0.64% -
HSV(B) 160.23º 0.43% 0.81% -
XYZ 37.96 51.76 50.11 -
YUV 177.38 128.35 86.36 -
System Red Green Blue C M Y K H S L
Decimal 119 207 178 0.43 0 0.14 0.19 160.23 0.48 0.64
Hex 77 CF B2 2B 0 E 13 A0 30 40
Octal 167 317 262 53 0 16 23 240 60 100
Binary 1110111 11001111 10110010 101011 0 1110 10011 10100000 110000 1000000

Color Harmonies of #77CFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CFB2

Black with #77CFB2

Text Example


Text Example

White with #77CFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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