Html Css Color HEX #76CABA Monte Carlo

📋 copy color: '#76CABA'

red 118 ◦ green 202 ◦ blue 186

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

Shades of Monte Carlo #76CABA

Tints of Monte Carlo #76CABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.76%

R = 23.32%
G = 39.92%
B = 36.76%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#76CABA (or 0x76CABA) is known color: Monte Carlo. HEX triplet: 76, CA and BA. RGB value is (118,202,186). Sum of RGB (Red+Green+Blue) = 118+202+186=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #76CABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CABA is #893545. Grayscale: #AFAFAF. Windows color (decimal): -8992070 or 12241526. OLE color: 12241526.

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

Color convert

RGB 118 202 186 -
CMYK 0.42 0 0.08 0.21
HSL 168.57º 0.44% 0.63% -
HSV(B) 168.57º 0.42% 0.79% -
XYZ 37.45 49.64 54.06 -
YUV 175.06 134.17 87.3 -
System Red Green Blue C M Y K H S L
Decimal 118 202 186 0.42 0 0.08 0.21 168.57 0.44 0.63
Hex 76 CA BA 2A 0 8 15 A9 2C 3F
Octal 166 312 272 52 0 10 25 251 54 77
Binary 1110110 11001010 10111010 101010 0 1000 10101 10101001 101100 111111

Color Harmonies of #76CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CABA

Black with #76CABA

Text Example


Text Example

White with #76CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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