Html Css Color HEX #77CEAF Monte Carlo

📋 copy color: '#77CEAF'

red 119 ◦ green 206 ◦ blue 175

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

Shades of Monte Carlo #77CEAF

Tints of Monte Carlo #77CEAF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.2%

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

R = 23.8%
G = 41.2%
B = 35%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#77CEAF (or 0x77CEAF) is known color: Monte Carlo. HEX triplet: 77, CE and AF. RGB value is (119,206,175). Sum of RGB (Red+Green+Blue) = 119+206+175=500 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.8% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #77CEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CEAF is #883150. Grayscale: #B0B0B0. Windows color (decimal): -8925521 or 11521655. OLE color: 11521655.

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

Color convert

RGB 119 206 175 -
CMYK 0.42 0 0.15 0.19
HSL 158.62º 0.47% 0.64% -
HSV(B) 158.62º 0.42% 0.81% -
XYZ 37.42 51.16 48.46 -
YUV 176.45 127.18 87.02 -
System Red Green Blue C M Y K H S L
Decimal 119 206 175 0.42 0 0.15 0.19 158.62 0.47 0.64
Hex 77 CE AF 2A 0 F 13 9F 2F 40
Octal 167 316 257 52 0 17 23 237 57 100
Binary 1110111 11001110 10101111 101010 0 1111 10011 10011111 101111 1000000

Color Harmonies of #77CEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CEAF

Black with #77CEAF

Text Example


Text Example

White with #77CEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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