Html Css Color HEX #7CBCAB Monte Carlo

📋 copy color: '#7CBCAB'

red 124 ◦ green 188 ◦ blue 171

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

Shades of Monte Carlo #7CBCAB

Tints of Monte Carlo #7CBCAB

RGB

 RED value IS 124 (48.83% from 255) = 25.67%

 GREEN value IS 188 (73.83% from 255) = 38.92%

 BLUE value IS 171 (67.19% from 255) = 35.4%

R = 25.67%
G = 38.92%
B = 35.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#7CBCAB (or 0x7CBCAB) is known color: Monte Carlo. HEX triplet: 7C, BC and AB. RGB value is (124,188,171). Sum of RGB (Red+Green+Blue) = 124+188+171=483 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.67% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBCAB is #834354. Grayscale: #A6A6A6. Windows color (decimal): -8602453 or 11254908. OLE color: 11254908.

HSL color Cylindrical-coordinate representation of color #7CBCAB: hue angle of 164.06º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBCAB is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 188 171 -
CMYK 0.34 0 0.09 0.26
HSL 164.06º 0.32% 0.61% -
HSV(B) 164.06º 0.34% 0.74% -
XYZ 33.65 43.19 45.09 -
YUV 166.93 130.3 97.38 -
System Red Green Blue C M Y K H S L
Decimal 124 188 171 0.34 0 0.09 0.26 164.06 0.32 0.61
Hex 7C BC AB 22 0 9 1A A4 20 3D
Octal 174 274 253 42 0 11 32 244 40 75
Binary 1111100 10111100 10101011 100010 0 1001 11010 10100100 100000 111101

Color Harmonies of #7CBCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBCAB

Black with #7CBCAB

Text Example


Text Example

White with #7CBCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CBCAB; }

 p { color: rgb(124,188,171); }

 H1.HeaderClassName
 {
   color: #7CBCAB;
 }
 .AnyTagClassName
 {
   color: #7CBCAB;
 }
</style>

background-color css

<style>
 a { background-color: #7CBCAB; }

 a { background-color: rgb(124,188,171); }

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

border-color css

<style>
 span { border-color: #7CBCAB; }

 span { border-color: rgb(124,188,171); }

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