Html Css Color HEX #76CAB2 Monte Carlo

📋 copy color: '#76CAB2'

red 118 ◦ green 202 ◦ blue 178

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

Shades of Monte Carlo #76CAB2

Tints of Monte Carlo #76CAB2

RGB

 RED value IS 118 (46.48% from 255) = 23.69%

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

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

R = 23.69%
G = 40.56%
B = 35.74%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#76CAB2 (or 0x76CAB2) is known color: Monte Carlo. HEX triplet: 76, CA and B2. RGB value is (118,202,178). Sum of RGB (Red+Green+Blue) = 118+202+178=498 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.69% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #76CAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CAB2 is #89354D. Grayscale: #AEAEAE. Windows color (decimal): -8992078 or 11717238. OLE color: 11717238.

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

Color convert

RGB 118 202 178 -
CMYK 0.42 0 0.12 0.21
HSL 162.86º 0.44% 0.63% -
HSV(B) 162.86º 0.42% 0.79% -
XYZ 36.63 49.31 49.71 -
YUV 174.15 130.17 87.95 -
System Red Green Blue C M Y K H S L
Decimal 118 202 178 0.42 0 0.12 0.21 162.86 0.44 0.63
Hex 76 CA B2 2A 0 C 15 A3 2C 3F
Octal 166 312 262 52 0 14 25 243 54 77
Binary 1110110 11001010 10110010 101010 0 1100 10101 10100011 101100 111111

Color Harmonies of #76CAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CAB2

Black with #76CAB2

Text Example


Text Example

White with #76CAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76CAB2; }

 p { color: rgb(118,202,178); }

 H1.HeaderClassName
 {
   color: #76CAB2;
 }
 .AnyTagClassName
 {
   color: #76CAB2;
 }
</style>

background-color css

<style>
 a { background-color: #76CAB2; }

 a { background-color: rgb(118,202,178); }

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

border-color css

<style>
 span { border-color: #76CAB2; }

 span { border-color: rgb(118,202,178); }

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