Html Css Color HEX #76CAB8 Monte Carlo

📋 copy color: '#76CAB8'

red 118 ◦ green 202 ◦ blue 184

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

Shades of Monte Carlo #76CAB8

Tints of Monte Carlo #76CAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.51%

R = 23.41%
G = 40.08%
B = 36.51%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#76CAB8 (or 0x76CAB8) is known color: Monte Carlo. HEX triplet: 76, CA and B8. RGB value is (118,202,184). Sum of RGB (Red+Green+Blue) = 118+202+184=504 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.41% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #76CAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CAB8 is #893547. Grayscale: #AEAEAE. Windows color (decimal): -8992072 or 12110454. OLE color: 12110454.

HSL color Cylindrical-coordinate representation of color #76CAB8: hue angle of 167.14º 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 #76CAB8 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 202 184 -
CMYK 0.42 0 0.09 0.21
HSL 167.14º 0.44% 0.63% -
HSV(B) 167.14º 0.42% 0.79% -
XYZ 37.24 49.55 52.95 -
YUV 174.83 133.17 87.46 -
System Red Green Blue C M Y K H S L
Decimal 118 202 184 0.42 0 0.09 0.21 167.14 0.44 0.63
Hex 76 CA B8 2A 0 9 15 A7 2C 3F
Octal 166 312 270 52 0 11 25 247 54 77
Binary 1110110 11001010 10111000 101010 0 1001 10101 10100111 101100 111111

Color Harmonies of #76CAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CAB8

Black with #76CAB8

Text Example


Text Example

White with #76CAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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