Html Css Color HEX #76CABB Monte Carlo

📋 copy color: '#76CABB'

red 118 ◦ green 202 ◦ blue 187

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

Shades of Monte Carlo #76CABB

Tints of Monte Carlo #76CABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.88%

R = 23.27%
G = 39.84%
B = 36.88%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#76CABB (or 0x76CABB) is known color: Monte Carlo. HEX triplet: 76, CA and BB. RGB value is (118,202,187). Sum of RGB (Red+Green+Blue) = 118+202+187=507 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.27% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #76CABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CABB is #893544. Grayscale: #AFAFAF. Windows color (decimal): -8992069 or 12307062. OLE color: 12307062.

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

Color convert

RGB 118 202 187 -
CMYK 0.42 0 0.07 0.21
HSL 169.29º 0.44% 0.63% -
HSV(B) 169.29º 0.42% 0.79% -
XYZ 37.56 49.68 54.62 -
YUV 175.17 134.67 87.22 -
System Red Green Blue C M Y K H S L
Decimal 118 202 187 0.42 0 0.07 0.21 169.29 0.44 0.63
Hex 76 CA BB 2A 0 7 15 A9 2C 3F
Octal 166 312 273 52 0 7 25 251 54 77
Binary 1110110 11001010 10111011 101010 0 111 10101 10101001 101100 111111

Color Harmonies of #76CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CABB

Black with #76CABB

Text Example


Text Example

White with #76CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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